Skip to content
Snippets Groups Projects
Commit a60cc146 authored by Matvey Loshakov's avatar Matvey Loshakov Committed by Eleni Mathioulaki
Browse files

fix python versions one more time

parent 4388493a
No related branches found
No related tags found
No related merge requests found
File mode changed from 100644 to 100755
......@@ -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