Skip to content
Snippets Groups Projects

fix(py-pyspike): seems Cython 3 isn't supported

Merged Eric Müller requested to merge spack_v0.21.1_fix_py-pyspike into spack_v0.21.1
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -16,6 +16,7 @@ class PyPyspike(PythonPackage):
maintainers = ['dionperd', 'paulapopa', "ldomide"]
version('0.8.0', '76137b861ed531608aaf55af1a5ebf8a586e98653dab2467b4c1da7b2d9aa4e5')
version('0.7.0', 'a5d1c1472d3e7c3ac85c8a4ce069d750cca02acf18f185677b29c0a757e78efe')
# python_requires
@@ -30,7 +31,7 @@ class PyPyspike(PythonPackage):
depends_on('py-scipy', type=('build', 'run'))
depends_on('py-matplotlib', type=('build', 'run'))
depends_on('py-pytest', type=('build', 'run'))
depends_on('py-cython', type=('build', 'run'))
depends_on('py-cython@:2', type=('build', 'run'))
# Test dependency
depends_on('py-pytest@:7.1', type='test')