Skip to content
Snippets Groups Projects
Commit d86c095c authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Merge branch 'spack_v0.21.1_fix_py-pyspike' into 'spack_v0.21.1'

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

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!491
parents d3a5a8b2 b5b6f8b2
No related branches found
No related tags found
2 merge requests!495update to Spack v0.21.1,!491fix(py-pyspike): seems Cython 3 isn't supported
Pipeline #27568 failed with stage
in 1 hour, 17 minutes, and 49 seconds
......@@ -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')
......
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