Skip to content
Snippets Groups Projects
Commit 3ca59e17 authored by Dionysios Perdikis's avatar Dionysios Perdikis
Browse files

Added ray dependency for tvb-multiscale

parent fef810ca
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ class PyTvbMultiscale(PythonPackage):
depends_on('py-nestml', type=('build', 'run'))
depends_on('py-elephant', type=('build', 'run'))
depends_on('py-pyspike', type=('build', 'run'))
# TODO: depends_on('py-ray', type=('build', 'run'))
depends_on('py-ray', 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