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

fix: maybe fixed python versions

parent 81e07142
No related branches found
No related tags found
No related merge requests found
Pipeline #56041 canceled with stage
in 2 hours, 58 minutes, and 30 seconds
......@@ -15,7 +15,7 @@ class PyNeuralactivitycubic(PythonPackage):
version("0.0.3", sha256="516e99e44a70d83f526a128e653a63c6b7ae4ffbe362fe7854121999a7c8fecb")
depends_on("python@3.11", type=("build", "run"))
depends_on("python@3.8:", type=("build", "run"))
depends_on("py-ipywidgets@8.0.2:8", type=("build", "run"))
depends_on("py-ipyfilechooser@0.6.0", type=("build", "run"))
depends_on("py-imageio@2.30:2", type=("build", "run"))
......
......@@ -19,7 +19,7 @@ class PyRoifile(PythonPackage):
variant("all", default=True, description="Enable TIFF support")
depends_on("python@3.9:", type=("build", "run"))
depends_on("python@3.8:", type=("build", "run"))
depends_on("py-setuptools", type="build")
depends_on("py-numpy", type=("build", "run"))
......
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