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

keep matplotlib version restriction for older versions

parent 95d37e99
No related branches found
No related tags found
2 merge requests!392Fixed site-config paths for JSC systems.,!388Added site-config for JUSUF
......@@ -25,6 +25,7 @@ class PyNetpyne(PythonPackage):
depends_on("py-numpy", type=("build", "run"))
depends_on("py-scipy", type=("build", "run"))
depends_on("py-matplotlib", type=("build", "run"))
depends_on("py-matplotlib@:3.5.1", type=("build", "run"), when="@:1.0.4.1")
depends_on("py-matplotlib-scalebar", type=("build", "run"))
depends_on("py-future", type=("build", "run"))
depends_on("py-pandas", type=("build", "run"))
......
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