py-pybids: add 0.16.1 (#38480)
This commit is contained in:
parent
f461069888
commit
2041b92d3a
@ -12,6 +12,7 @@ class PyPybids(PythonPackage):
|
|||||||
homepage = "https://github.com/bids-standard/pybids"
|
homepage = "https://github.com/bids-standard/pybids"
|
||||||
pypi = "pybids/pybids-0.13.1.tar.gz"
|
pypi = "pybids/pybids-0.13.1.tar.gz"
|
||||||
|
|
||||||
|
version("0.16.1", sha256="1a6ab06d375f3b783e738826e6d220b2f4145419b4b02f4edbcc8cb7c9b2208a")
|
||||||
version("0.15.3", sha256="4d99c979bc4bc209cff70a02d1da309c9bf8c6b0338e2a0b66ebea77c7f3c461")
|
version("0.15.3", sha256="4d99c979bc4bc209cff70a02d1da309c9bf8c6b0338e2a0b66ebea77c7f3c461")
|
||||||
version("0.15.1", sha256="0253507a04dbfea43eb1f75a1f71aab04be21076bfe96c004888000b802e38f2")
|
version("0.15.1", sha256="0253507a04dbfea43eb1f75a1f71aab04be21076bfe96c004888000b802e38f2")
|
||||||
version("0.14.0", sha256="73c4d03aad333f2a7cb4405abe96f55a33cffa4b5a2d23fad6ac5767c45562ef")
|
version("0.14.0", sha256="73c4d03aad333f2a7cb4405abe96f55a33cffa4b5a2d23fad6ac5767c45562ef")
|
||||||
@ -20,22 +21,32 @@ class PyPybids(PythonPackage):
|
|||||||
version("0.9.5", sha256="0e8f8466067ff3023f53661c390c02702fcd5fe712bdd5bf167ffb0c2b920430")
|
version("0.9.5", sha256="0e8f8466067ff3023f53661c390c02702fcd5fe712bdd5bf167ffb0c2b920430")
|
||||||
version("0.8.0", sha256="fe60fa7d1e171e75a38a04220ed992f1b062531a7452fcb7ce5ba81bb6abfdbc")
|
version("0.8.0", sha256="fe60fa7d1e171e75a38a04220ed992f1b062531a7452fcb7ce5ba81bb6abfdbc")
|
||||||
|
|
||||||
|
depends_on("python@3.8:", when="@0.16:", type=("build", "run"))
|
||||||
depends_on("python@3.7:", when="@0.15:", type=("build", "run"))
|
depends_on("python@3.7:", when="@0.15:", type=("build", "run"))
|
||||||
depends_on("python@3.6:", when="@0.14:", type=("build", "run"))
|
depends_on("py-setuptools", when="@0.15.6:", type="build")
|
||||||
depends_on("python@3.5:", when="@0.10:", type=("build", "run"))
|
depends_on("py-setuptools@30.3:60,61.0.1:", when="@:0.15.5", type="build")
|
||||||
depends_on("python@2.7:2,3.5:", type=("build", "run"))
|
depends_on("py-versioneer+toml", when="@0.15.6:", type="build")
|
||||||
depends_on("py-setuptools@30.3.0:60,61.0.1:", type="build")
|
|
||||||
|
depends_on("py-numpy@1.19:", when="@0.16:", type=("build", "run"))
|
||||||
depends_on("py-numpy", type=("build", "run"))
|
depends_on("py-numpy", type=("build", "run"))
|
||||||
|
depends_on("py-scipy@1.5:", when="@0.16:", type=("build", "run"))
|
||||||
depends_on("py-scipy", type=("build", "run"))
|
depends_on("py-scipy", type=("build", "run"))
|
||||||
|
depends_on("py-nibabel@3:", when="@0.16:", type=("build", "run"))
|
||||||
depends_on("py-nibabel@2.1:", type=("build", "run"))
|
depends_on("py-nibabel@2.1:", type=("build", "run"))
|
||||||
|
depends_on("py-pandas@0.25.2:", when="@0.16:", type=("build", "run"))
|
||||||
depends_on("py-pandas@0.23:", type=("build", "run"))
|
depends_on("py-pandas@0.23:", type=("build", "run"))
|
||||||
depends_on("py-formulaic@0.2.4:0.3", when="@0.15.1:", type=("build", "run"))
|
depends_on("py-formulaic@0.2.4:0.5", when="@0.15.6:", type=("build", "run"))
|
||||||
|
depends_on("py-formulaic@0.2.4:0.3", when="@0.15.1:0.15.5", type=("build", "run"))
|
||||||
depends_on("py-formulaic@0.2.4:0.2", when="@0.14:0.15.0", type=("build", "run"))
|
depends_on("py-formulaic@0.2.4:0.2", when="@0.14:0.15.0", type=("build", "run"))
|
||||||
|
depends_on("py-sqlalchemy@1.3.16:", when="@0.16:", type=("build", "run"))
|
||||||
depends_on("py-sqlalchemy@:1.3", when="@0.12.4:", type=("build", "run"))
|
depends_on("py-sqlalchemy@:1.3", when="@0.12.4:", type=("build", "run"))
|
||||||
depends_on("py-sqlalchemy", type=("build", "run"))
|
depends_on("py-sqlalchemy", type=("build", "run"))
|
||||||
|
depends_on("py-bids-validator@1.11:", when="@0.16:", type=("build", "run"))
|
||||||
depends_on("py-bids-validator", type=("build", "run"))
|
depends_on("py-bids-validator", type=("build", "run"))
|
||||||
|
depends_on("py-num2words@0.5.5:", when="@0.16:", type=("build", "run"))
|
||||||
depends_on("py-num2words", type=("build", "run"))
|
depends_on("py-num2words", type=("build", "run"))
|
||||||
depends_on("py-click@8:", when="@0.15.2:", type=("build", "run"))
|
depends_on("py-click@8:", when="@0.15.2:", type=("build", "run"))
|
||||||
depends_on("py-click", when="@0.12.1:", type=("build", "run"))
|
depends_on("py-click", when="@0.12.1:", type=("build", "run"))
|
||||||
|
|
||||||
|
# Historical dependencies
|
||||||
depends_on("py-patsy", when="@:0.13", type=("build", "run"))
|
depends_on("py-patsy", when="@:0.13", type=("build", "run"))
|
||||||
|
Loading…
Reference in New Issue
Block a user