py-fracridge: add 2.0 (#32852)
This commit is contained in:
parent
eab148288a
commit
3f1ebfd4fb
1 changed files with 5 additions and 1 deletions
|
@ -11,13 +11,17 @@ class PyFracridge(PythonPackage):
|
||||||
|
|
||||||
homepage = "https://nrdg.github.io/fracridge"
|
homepage = "https://nrdg.github.io/fracridge"
|
||||||
pypi = "fracridge/fracridge-1.4.3.tar.gz"
|
pypi = "fracridge/fracridge-1.4.3.tar.gz"
|
||||||
|
git = "https://github.com/nrdg/fracridge"
|
||||||
|
|
||||||
|
version("2.0", sha256="d49fbffbd58e85da38f572e6ca2ef7563b1a6c8c4e1ab779e2dd207ac944db90")
|
||||||
version("1.4.3", sha256="0446d486f00fea02110567fd9df14b8b2a7b155dc72700af9201873ea11c27cc")
|
version("1.4.3", sha256="0446d486f00fea02110567fd9df14b8b2a7b155dc72700af9201873ea11c27cc")
|
||||||
|
|
||||||
|
depends_on("python@3.7:", when="@2:", type=("build", "run"))
|
||||||
depends_on("python@3.6:", type=("build", "run"))
|
depends_on("python@3.6:", type=("build", "run"))
|
||||||
|
|
||||||
depends_on("py-setuptools@42:", type="build")
|
depends_on("py-setuptools@42:", type="build")
|
||||||
depends_on("py-setuptools-scm+toml@3.4:", type=("build", "run"))
|
depends_on("py-setuptools-scm+toml@3.4:", type=("build", "run"))
|
||||||
depends_on("py-scikit-learn@0.23.2", type=("build", "run"))
|
depends_on("py-scikit-learn", when="@2:", type=("build", "run"))
|
||||||
|
depends_on("py-scikit-learn@0.23.2", when="@1.4", type=("build", "run"))
|
||||||
depends_on("py-numba", type=("build", "run"))
|
depends_on("py-numba", type=("build", "run"))
|
||||||
depends_on("pil", type=("build", "run"))
|
depends_on("pil", type=("build", "run"))
|
||||||
|
|
Loading…
Reference in a new issue