summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/py-pandas/package.py19
1 files changed, 10 insertions, 9 deletions
diff --git a/var/spack/repos/builtin/packages/py-pandas/package.py b/var/spack/repos/builtin/packages/py-pandas/package.py
index cfeb0bf703..5ebb03667e 100644
--- a/var/spack/repos/builtin/packages/py-pandas/package.py
+++ b/var/spack/repos/builtin/packages/py-pandas/package.py
@@ -21,6 +21,7 @@ class PyPandas(PythonPackage):
license("Apache-2.0")
+ version("2.2.2", sha256="9e79019aba43cb4fda9e4d983f8e88ca0373adbb697ae9c6c43093218de28b54")
version("2.2.1", sha256="0ab90f87093c13f3e8fa45b48ba9f39181046e8f3317d3aadb2fffbb1b978572")
version("2.2.0", sha256="30b83f7c3eb217fb4d1b494a57a2fda5444f17834f5df2de6b2ffff68dc3c8e2")
version("2.1.4", sha256="fcb68203c833cc735321512e13861358079a96c174a61f5116a1de89c58c0ef7")
@@ -93,16 +94,16 @@ class PyPandas(PythonPackage):
depends_on("py-cython@0.29.13:2", when="@1.0", type="build")
depends_on("py-versioneer+toml", when="@2:", type="build")
- depends_on("py-numpy@1.22.4:2", when="@2.1.2:", type=("build", "run"))
- depends_on("py-numpy@1.22.4:", when="@2.1:", type=("build", "run"))
- depends_on("py-numpy@1.20.3:", when="@1.5:", type=("build", "run"))
- depends_on("py-numpy@1.18.5:", when="@1.4:", type=("build", "run"))
- depends_on("py-numpy@1.17.3:", when="@1.3:", type=("build", "run"))
- depends_on("py-numpy@1.16.5:", when="@1.2:", type=("build", "run"))
- depends_on("py-numpy@1.15.4:", when="@1.1:", type=("build", "run"))
- depends_on("py-numpy@1.13.3:", when="@0.25:", type=("build", "run"))
+ depends_on("py-numpy@1.22.4:", when="@2.2.2:", type=("build", "run"))
+ depends_on("py-numpy@1.22.4:1", when="@2.1:2.2.1", type=("build", "run"))
+ depends_on("py-numpy@1.20.3:1", when="@1.5:2.0", type=("build", "run"))
+ depends_on("py-numpy@1.18.5:1", when="@1.4", type=("build", "run"))
+ depends_on("py-numpy@1.17.3:1", when="@1.3", type=("build", "run"))
+ depends_on("py-numpy@1.16.5:1", when="@1.2", type=("build", "run"))
+ depends_on("py-numpy@1.15.4:1", when="@1.1", type=("build", "run"))
+ depends_on("py-numpy@1.13.3:1", when="@1.0", type=("build", "run"))
# 'NUMPY_IMPORT_ARRAY_RETVAL' was removed in numpy@1.19
- depends_on("py-numpy@:1.18", when="@:0.25", type=("build", "run"))
+ depends_on("py-numpy@1.13.3:1.18", when="@0.25", type=("build", "run"))
depends_on("py-python-dateutil@2.8.2:", when="@2:", type=("build", "run"))
depends_on("py-python-dateutil@2.8.1:", when="@1.4:", type=("build", "run"))
depends_on("py-python-dateutil@2.7.3:", when="@1.1:", type=("build", "run"))