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

fix python versions one more time

parent 8b2baeae
No related branches found
No related tags found
No related merge requests found
Pipeline #56126 failed with stage
in 3 minutes and 32 seconds
File mode changed from 100644 to 100755
...@@ -19,7 +19,7 @@ class PyRoifile(PythonPackage): ...@@ -19,7 +19,7 @@ class PyRoifile(PythonPackage):
variant("all", default=True, description="Enable TIFF support") 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-setuptools", type="build")
depends_on("py-numpy", type=("build", "run")) 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