Skip to content
Snippets Groups Projects

fix(py-astropy): relax py-cython dependency version range

Merged Eleni Mathioulaki requested to merge fix-py-astropy into spack_v0.23.0
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -40,7 +40,9 @@ class PyAstropy(PythonPackage):
# TODO: probably fix, unrealistic
depends_on("py-cython@0.29.13:", type="build")
depends_on("py-cython@0.29.30", when="@5.1:6.0", type="build")
depends_on("py-cython@3.0.0", when="@6.1.0:", type="build")
# begin EBRAINS (modified): relax dependency version constraint
depends_on("py-cython@3.0", when="@6:", type="build")
# end EBRAINS
# in newer pip versions --install-option does not exist
depends_on("py-pip@:23.0", type="build")