py-libensemble: updating package for v0.9.3 (#33298)

* commit updating py-libensemble package for 0.9.3

* removed commented-out lines
This commit is contained in:
John-Luke Navarro 2022-10-14 11:01:57 -05:00 committed by GitHub
parent 6983d520fa
commit 89b3e6c6d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,14 @@ class PyLibensemble(PythonPackage):
"""Library for managing ensemble-like collections of computations."""
homepage = "https://libensemble.readthedocs.io"
pypi = "libensemble/libensemble-0.9.2.tar.gz"
pypi = "libensemble/libensemble-0.9.3.tar.gz"
git = "https://github.com/Libensemble/libensemble.git"
maintainers = ["shuds13"]
maintainers = ["shuds13", "jlnav"]
tags = ["e4s"]
version("develop", branch="develop")
version("0.9.3", sha256="00e5a65d6891feee6a686c048d8de72097b8bff164431f163be96ec130a9c390")
version("0.9.2", sha256="e46598e5696f770cbff4cb90507b52867faad5654f1b80de35405a95228c909f")
version("0.9.1", sha256="684e52b0ea64f5ec610e7868b7e4c9fa5fd2316a370a726870aa5fd5fb1b0ede")
version("0.9.0", sha256="34976e775f0d2ba5955744560104eab214fd22cb47173440eb5136e852a8ec38")
@ -45,9 +46,6 @@ class PyLibensemble(PythonPackage):
variant("tasmanian", default=False, description="Install with tasmanian")
variant("pyyaml", default=False, description="Install with pyyaml")
# depends_on('python@2.7:2.8,3.3:', when='@:0.4.1')
# depends_on('python@3.5:', when='@0.5.0:')
depends_on("python@3.5:", type=("build", "run"))
depends_on("py-setuptools", type="build")
depends_on("py-numpy", type=("build", "run"))
depends_on("py-psutil", type=("build", "run"), when="@0.7.1:")