Skip to content

Commit

Permalink
Update py-arch, py-statsmodels (add 0.14.1), py-patsy (add 0.5.4) to …
Browse files Browse the repository at this point in the history
…be able to use py-cython@3 (spack#48769)

* Add py-patsy@0.5.4
* Correct py-numpy dependency in py-arch
* Add py-statsmodels@0.14.1 and update dependencies
* Add climbfuji as maintainer for py-patsy
* Add climbfuji as maintainer for py-statsmodels
* Update var/spack/repos/builtin/packages/py-statsmodels/package.py
  • Loading branch information
climbfuji committed Feb 7, 2025
1 parent baf45b6 commit bb8b392
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions var/spack/repos/builtin/packages/py-patsy/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class PyPatsy(PythonPackage):
homepage = "https://github.com/pydata/patsy"
pypi = "patsy/patsy-0.5.2.tar.gz"

maintainers("climbfuji")

license("PSF-2.0")

version("0.5.4", sha256="7dabc527597308de0e8f188faa20af7e06a89bdaa306756dfc7783693ea16af4")
Expand Down
6 changes: 4 additions & 2 deletions var/spack/repos/builtin/packages/py-statsmodels/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ class PyStatsmodels(PythonPackage):
pypi = "statsmodels/statsmodels-0.8.0.tar.gz"
git = "https://github.com/statsmodels/statsmodels.git"

maintainers("climbfuji")

license("BSD-3-Clause")

version("0.14.1", sha256="2260efdc1ef89f39c670a0bd8151b1d0843567781bcafec6cda0534eb47a94f6")
Expand Down Expand Up @@ -55,8 +57,8 @@ class PyStatsmodels(PythonPackage):
# https://github.com/pydata/patsy/pull/131

# requirements.txt
depends_on("py-numpy@1.22.3:", when="@0.14.1:", type=("build", "link", "run"))
depends_on("py-numpy@1.18:", when="@0.14:", type=("build", "link", "run"))
depends_on("py-numpy@1.22.3:1", when="@0.14.1:", type=("build", "link", "run"))
depends_on("py-numpy@1.18:1", when="@0.14:", type=("build", "link", "run"))
depends_on("py-numpy@1.17:", when="@0.13:", type=("build", "link", "run"))
depends_on("py-numpy@1.15:", when="@0.12.1:", type=("build", "link", "run"))
depends_on("py-numpy@1.11:", when="@0.10.1:", type=("build", "link", "run"))
Expand Down

0 comments on commit bb8b392

Please sign in to comment.