Skip to content

Commit 71676b9

Browse files
authored
py-statsmodels: add v0.14.5 (spack#1901)
1 parent 54bbcd4 commit 71676b9

File tree

1 file changed

+17
-12
lines changed
  • repos/spack_repo/builtin/packages/py_statsmodels

1 file changed

+17
-12
lines changed

repos/spack_repo/builtin/packages/py_statsmodels/package.py

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,19 @@ class PyStatsmodels(PythonPackage):
2121

2222
license("BSD-3-Clause")
2323

24+
version("0.14.5", sha256="de260e58cccfd2ceddf835b55a357233d6ca853a1aa4f90f7553a52cc71c6ddf")
2425
version("0.14.1", sha256="2260efdc1ef89f39c670a0bd8151b1d0843567781bcafec6cda0534eb47a94f6")
2526

2627
depends_on("c", type="build") # generated
2728
depends_on("fortran", type="build") # generated
2829

29-
depends_on("python", type=("build", "link", "run"))
30+
depends_on("[email protected]:", when="@0.14.2:", type=("build", "link", "run"))
31+
depends_on("[email protected]:", type=("build", "link", "run"))
3032

31-
depends_on("[email protected]:", when="@0.14.1: ^[email protected]:", type="build")
32-
depends_on("py-setuptools@63.4.3:", when="@0.14.1:", type="build")
33-
34-
# pyproject.toml
33+
depends_on("[email protected]:", when="@0.14.1:", type="build")
34+
depends_on("py-setuptools@69.0.2:", when="@0.14.1 ^[email protected]:", type="build")
35+
depends_on("[email protected]:", when="@0.14.1", type="build")
36+
depends_on("[email protected]:3", when="@0.14.2:", type="build")
3537
depends_on("[email protected]:3", when="@0.14.1", type="build")
3638
depends_on("py-setuptools-scm+toml@8", when="@0.14.1:", type="build")
3739

@@ -40,17 +42,20 @@ class PyStatsmodels(PythonPackage):
4042
# https://github.com/pydata/patsy/pull/131
4143

4244
# requirements.txt
43-
depends_on("[email protected]:1", when="@0.14.1:", type=("build", "link", "run"))
44-
# https://github.com/statsmodels/statsmodels/issues/9194
45-
depends_on("py-numpy@:1", when="@:0.14.1", type=("build", "link", "run"))
46-
depends_on("[email protected]:", when="@0.13.5:", type=("build", "run"))
47-
conflicts("^py-scipy@1.9.2", when="@:0.14.1")
45+
depends_on("[email protected]:2", when="@0.14.3:", type=("build", "link", "run"))
46+
depends_on("[email protected]:1", when="@0.14.1", type=("build", "link", "run"))
47+
depends_on("py-[email protected]:", when="@0.14.2:", type=("build", "run"))
48+
depends_on("[email protected]:", when="@0.13.5:0.14.1", type=("build", "run"))
49+
depends_on("py-pandas@1.4:", when="@0.14:", type=("build", "run"))
4850
depends_on("py-pandas@1:", when="@0.14:", type=("build", "run"))
49-
conflicts("^[email protected]", when="@:0.14.1")
5051
depends_on("[email protected]:", when="@0.13:", type=("build", "run"))
51-
depends_on("[email protected]:", when="@0.14.1:", type=("build", "run"))
52+
depends_on("[email protected]:", when="@0.14.2:", type=("build", "run"))
53+
depends_on("[email protected]:", when="@0.14.1", type=("build", "run"))
5254
depends_on("[email protected]:", when="@0.13.2:", type=("build", "run"))
5355

56+
conflicts("^[email protected]")
57+
conflicts("^[email protected]")
58+
5459
depends_on("py-pytest", type="test")
5560

5661
@run_before("install")

0 commit comments

Comments
 (0)