py-patsy: add 0.5.3 (#38433)
This commit is contained in:
parent
2abbfe719d
commit
3e9e01e496
1 changed files with 6 additions and 3 deletions
|
@ -14,6 +14,7 @@ class PyPatsy(PythonPackage):
|
|||
homepage = "https://github.com/pydata/patsy"
|
||||
pypi = "patsy/patsy-0.5.2.tar.gz"
|
||||
|
||||
version("0.5.3", sha256="bdc18001875e319bc91c812c1eb6a10be4bb13cb81eb763f466179dca3b67277")
|
||||
version("0.5.2", sha256="5053de7804676aba62783dbb0f23a2b3d74e35e5bfa238b88b7cbf148a38b69d")
|
||||
version("0.5.1", sha256="f115cec4201e1465cd58b9866b0b0e7b941caafec129869057405bfe5b5e3991")
|
||||
version(
|
||||
|
@ -24,7 +25,9 @@ class PyPatsy(PythonPackage):
|
|||
variant("splines", default=False, description="Offers spline related functions")
|
||||
|
||||
depends_on("py-setuptools", type="build")
|
||||
depends_on("py-numpy", type=("build", "run"))
|
||||
depends_on("py-numpy@1.4:", type=("build", "run"), when="@0.5.1:")
|
||||
depends_on("py-scipy", type=("build", "run"), when="+splines")
|
||||
|
||||
depends_on("py-six", type=("build", "run"))
|
||||
depends_on("py-numpy@1.4:", type=("build", "run"), when="@0.5.1:")
|
||||
depends_on("py-numpy", type=("build", "run"))
|
||||
|
||||
depends_on("py-scipy", type=("build", "run"), when="+splines")
|
||||
|
|
Loading…
Reference in a new issue