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

Merge branch 'py_elephant_v0.12.0' into 'test-spacktests-workaround'

update py-elephant to 0.12.0

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!280
parents 62f6e055 f1b1ad2d
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ class PyElephant(PythonPackage):
maintainers = ["Moritz-Alexander-Kern"]
version('develop', branch='master')
version("0.12.0", sha256="81f8d668f92d8688344bb7a9c5abaa8438d824560c935a411e6e36ddf7dc7c72")
version("0.11.2", sha256="f8759fff0bbb136ae4ffc8d1eacadeea8ba56610d705c3bf207de87ada3ba240")
version("0.11.1", sha256="d604a202583440fdf9d95d42cef50a410bd74fcaaa1a925b139435f27ab012ef")
version("0.11.0", sha256="7b547964dbd196361edc922db2c5a7c0c886ef1effcca6c6dc7adb06f966a3be")
......@@ -61,9 +62,11 @@ class PyElephant(PythonPackage):
depends_on("py-neo@0.9.0", type=("build", "run"), when="@0.9.0:0.10.0")
depends_on("py-neo@0.8.0", type=("build", "run"), when="@0.6.4:0.8.0")
depends_on("py-numpy@1.18.1:1.23.5", type=("build", "run"), when="@0.6.4:0.11.2")
depends_on("py-numpy@1.18.1:", type=("build", "run"), when="@0.12.0:")
depends_on("py-numpy@1.18.1:", type=("build", "run"), when="@develop")
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.0:", type=("build", "run"), when="@develop")
depends_on("py-quantities@0.14.1:", type=("build", "run"), when="@0.12.0:")
depends_on("py-scipy@1.5.4:", type=("build", "run"), when="@0.6.4:")
depends_on("py-six@1.10.0:", type=("build", "run"), when="@0.6.4:")
depends_on("py-tqdm", 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