py-rsatoolbox: add v0.2.0 (#46780)
This commit is contained in:
parent
8a9bfd162d
commit
5867d90ccf
@ -16,6 +16,7 @@ class PyRsatoolbox(PythonPackage):
|
||||
license("MIT")
|
||||
|
||||
version("main", branch="main")
|
||||
version("0.2.0", sha256="ecdcb50387c4b6330077ec2a3a221696078071319b8a0c32ed8128cd38da6863")
|
||||
version("0.1.5", sha256="439839fb20e2efa0c7c975ad305df8995a509ed3426ad0384ebfff20663fd58b")
|
||||
version("0.1.2", sha256="2d091cbaa33373bf9da4df5ca8d127f0e427431a3db726076090ab2d54fe1213")
|
||||
version("0.1.0", sha256="245f909d31909ba896b765fa51ea019510dd690c6bb8d04b178a9c76ec36dce9")
|
||||
@ -35,6 +36,7 @@ class PyRsatoolbox(PythonPackage):
|
||||
depends_on("py-twine@4.0.1:4.0", type="build", when="@0.0.5:0.1.4")
|
||||
|
||||
depends_on("py-numpy@1.21.2:", type=("build", "run"))
|
||||
depends_on("py-scipy@1.10.1:", type=("build", "run"), when="@0.2:")
|
||||
depends_on("py-scipy", type=("build", "run"))
|
||||
depends_on("py-scikit-learn", type=("build", "run"))
|
||||
depends_on("py-scikit-image", type=("build", "run"))
|
||||
@ -44,6 +46,9 @@ class PyRsatoolbox(PythonPackage):
|
||||
depends_on("py-tqdm", type=("build", "run"))
|
||||
depends_on("py-joblib", type=("build", "run"))
|
||||
depends_on("py-importlib-resources@5.12:", type=("build", "run"), when="^python@:3.8")
|
||||
depends_on("py-networkx@3:", type=("build", "run"), when="@0.2:")
|
||||
|
||||
conflicts("^py-matplotlib@3.9.1")
|
||||
|
||||
# old dependcies
|
||||
depends_on("py-coverage", type=("build", "run"), when="@:0.1.1")
|
||||
|
Loading…
Reference in New Issue
Block a user