Skip to content
Snippets Groups Projects
Commit 6dfd72b2 authored by Matvey Loshakov's avatar Matvey Loshakov
Browse files

Updated dependencies for na3

parent aeef7a9f
No related tags found
No related merge requests found
Pipeline #60437 failed with stage
in 4 minutes and 22 seconds
...@@ -21,15 +21,15 @@ class PyNeuralactivitycubic(PythonPackage): ...@@ -21,15 +21,15 @@ class PyNeuralactivitycubic(PythonPackage):
depends_on("py-imageio@2.30:2", type=("build", "run")) depends_on("py-imageio@2.30:2", type=("build", "run"))
depends_on("py-imageio-ffmpeg@0.4:0.5", type=("build", "run")) depends_on("py-imageio-ffmpeg@0.4:0.5", type=("build", "run"))
depends_on("py-matplotlib@3.8:3.9", type=("build", "run")) depends_on("py-matplotlib@3.8:3.9", type=("build", "run"))
depends_on("py-scipy@1.11.4", type=("build", "run")) depends_on("py-scipy@1.11.4:", type=("build", "run"))
depends_on("py-numpy@1.26.2", type=("build", "run")) depends_on("py-numpy@1.26.0:1.9", type=("build", "run"))
depends_on("py-pandas@2.2.1", type=("build", "run")) depends_on("py-pandas@2.2.0:2.4", type=("build", "run"))
depends_on("py-pybaselines@1.1.0", type=("build", "run")) depends_on("py-pybaselines@1.1.0:", type=("build", "run"))
depends_on("py-roifile@2024.1.10", type=("build", "run")) depends_on("py-roifile@2024.1.10:", type=("build", "run"))
depends_on("py-shapely@2.0.1", type=("build", "run")) depends_on("py-shapely@2.0.1:", type=("build", "run"))
depends_on("py-scikit-image@0.22.0", type=("build", "run")) depends_on("py-scikit-image@0.22.0:", type=("build", "run"))
depends_on("py-jupyterlab@4.2.3", type=("run")) depends_on("py-jupyterlab@4.3.3:5", type=("run"))
depends_on("py-setuptools", type="build") depends_on("py-setuptools", type="build")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment