summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul R. C. Kent <kentpr@ornl.gov>2024-10-31 23:38:40 -0400
committerGitHub <noreply@github.com>2024-11-01 04:38:40 +0100
commitc0c97433002c9baeb16cd78aafa477d65ac10bd6 (patch)
tree1155d9d203e86a634d377e7cb3ec21e2abafc5ce
parenta69af3c71f758df2367dab8da85b6093e97b6c22 (diff)
downloadspack-c0c97433002c9baeb16cd78aafa477d65ac10bd6.tar.gz
spack-c0c97433002c9baeb16cd78aafa477d65ac10bd6.tar.bz2
spack-c0c97433002c9baeb16cd78aafa477d65ac10bd6.tar.xz
spack-c0c97433002c9baeb16cd78aafa477d65ac10bd6.zip
py-ase: add v3.23.0 (#47337)
-rw-r--r--var/spack/repos/builtin/packages/py-ase/package.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-ase/package.py b/var/spack/repos/builtin/packages/py-ase/package.py
index e949990ea4..fb091295e0 100644
--- a/var/spack/repos/builtin/packages/py-ase/package.py
+++ b/var/spack/repos/builtin/packages/py-ase/package.py
@@ -16,6 +16,7 @@ class PyAse(PythonPackage):
license("LGPL-2.1-or-later")
+ version("3.23.0", sha256="91a2aa31d89bd90b0efdfe4a7e84264f32828b2abfc9f38e65e041ad76fec8ae")
version("3.21.1", sha256="78b01d88529d5f604e76bc64be102d48f058ca50faad72ac740d717545711c7b")
version("3.21.0", sha256="2c561e9b767cf16fc8ce198ea9326d77c6b67d33a85f44b68455e23466a64608")
version("3.20.1", sha256="72c81f21b6adb907595fce8d883c0231301cbd8e9f6e5ce8e98bab927054daca")
@@ -32,8 +33,12 @@ class PyAse(PythonPackage):
depends_on("python@2.6:", type=("build", "run"), when="@:3.15.0")
depends_on("python@3.5:", type=("build", "run"), when="@3.18.0:")
depends_on("python@3.6:", type=("build", "run"), when="@3.20.0:")
+ depends_on("python@3.8:", type=("build", "run"), when="@3.23.0:")
depends_on("py-numpy@1.11.3:", type=("build", "run"))
+ depends_on("py-numpy@1.18.5:", type=("build", "run"), when="@3.23.0:")
depends_on("py-matplotlib@2.0.0:", type=("build", "run"))
+ depends_on("py-matplotlib@3.3.4:", type=("build", "run"), when="@3.23.0:")
depends_on("py-scipy@0.18.1:", type=("build", "run"))
+ depends_on("py-scipy@1.6.0:", type=("build", "run"), when="@3.23.0:")
depends_on("py-flask", type=("build", "run"), when="@:3.18.0")
depends_on("py-setuptools", type="build")