Skip to content
Snippets Groups Projects
Commit ff0a9aba authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

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

Cf. upstream issue:
https://github.com/mariomulansky/PySpike/issues/70
parent f27909d2
No related branches found
No related tags found
No related merge requests found
......@@ -31,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')
......
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