py-numpy: add v2.1.0 (#45807)
This commit is contained in:
parent
4a4f156d99
commit
c064a30765
@ -22,6 +22,7 @@ class PyNumpy(PythonPackage):
|
|||||||
license("BSD-3-Clause")
|
license("BSD-3-Clause")
|
||||||
|
|
||||||
version("main", branch="main")
|
version("main", branch="main")
|
||||||
|
version("2.1.0", sha256="7dc90da0081f7e1da49ec4e398ede6a8e9cc4f5ebe5f9e06b443ed889ee9aaa2")
|
||||||
version("2.0.1", sha256="485b87235796410c3519a699cfe1faab097e509e90ebb05dcd098db2ae87e7b3")
|
version("2.0.1", sha256="485b87235796410c3519a699cfe1faab097e509e90ebb05dcd098db2ae87e7b3")
|
||||||
version("2.0.0", sha256="cf5d1c9e6837f8af9f92b6bd3e86d513cdc11f60fd62185cc49ec7d1aba34864")
|
version("2.0.0", sha256="cf5d1c9e6837f8af9f92b6bd3e86d513cdc11f60fd62185cc49ec7d1aba34864")
|
||||||
version("1.26.4", sha256="2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010")
|
version("1.26.4", sha256="2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010")
|
||||||
@ -80,7 +81,8 @@ class PyNumpy(PythonPackage):
|
|||||||
|
|
||||||
# Based on PyPI wheel availability
|
# Based on PyPI wheel availability
|
||||||
with default_args(type=("build", "link", "run")):
|
with default_args(type=("build", "link", "run")):
|
||||||
depends_on("python@3.9:3.12", when="@1.26:")
|
depends_on("python@3.10:3.13", when="@2.1:")
|
||||||
|
depends_on("python@3.9:3.12", when="@1.26:2.0")
|
||||||
depends_on("python@3.9:3.11", when="@1.25")
|
depends_on("python@3.9:3.11", when="@1.25")
|
||||||
depends_on("python@3.8:3.11", when="@1.23.2:1.24")
|
depends_on("python@3.8:3.11", when="@1.23.2:1.24")
|
||||||
depends_on("python@3.8:3.10", when="@1.22:1.23.1")
|
depends_on("python@3.8:3.10", when="@1.22:1.23.1")
|
||||||
@ -106,7 +108,7 @@ class PyNumpy(PythonPackage):
|
|||||||
depends_on("blas")
|
depends_on("blas")
|
||||||
depends_on("lapack")
|
depends_on("lapack")
|
||||||
|
|
||||||
# test_requirements.txt
|
# requirements/test_requirements.txt
|
||||||
with default_args(type="test"):
|
with default_args(type="test"):
|
||||||
depends_on("py-pytest")
|
depends_on("py-pytest")
|
||||||
depends_on("py-hypothesis", when="@1.19:")
|
depends_on("py-hypothesis", when="@1.19:")
|
||||||
|
Loading…
Reference in New Issue
Block a user