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

fix: py-elephant needs sklearn

parent 3e31a298
No related branches found
No related tags found
2 merge requests!651create new experimental release,!609feat: introduce submodule for spack
......@@ -70,6 +70,7 @@ class PyElephant(PythonPackage, CudaPackage):
depends_on("py-quantities@0.12.1:0.13.0", type=("build", "run"), when="@0.6.4:0.11.2")
depends_on("py-quantities@0.14.1:", type=("build", "run"), when="@develop")
depends_on("py-quantities@0.14.1:", type=("build", "run"), when="@0.12.0:")
depends_on("py-scikit-learn", type=("build", "run"), when="@0.3:")
depends_on("py-scipy@1.5.4:", type=("build", "run"), when="@0.6.4:1.0.0")
depends_on("py-scipy@1.10.0:", type=("build", "run"), when="@1.1.0:")
depends_on("py-six@1.10.0:", type=("build", "run"), when="@0.6.4:")
......
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