Skip to content
Snippets Groups Projects
Commit 95d37e99 authored by vvbragin's avatar vvbragin Committed by Eleni Mathioulaki
Browse files

netpyne 1.0.4.2 (no matplotlib version restriction)

parent 5922e86c
No related branches found
No related tags found
2 merge requests!392Fixed site-config paths for JSC systems.,!388Added site-config for JUSUF
...@@ -10,20 +10,21 @@ class PyNetpyne(PythonPackage): ...@@ -10,20 +10,21 @@ class PyNetpyne(PythonPackage):
"""NetPyNE (Networks using Python and NEURON) is a Python package to facilitate the development, simulation, parallelization, analysis, and optimization of biological neuronal networks using the NEURON simulator.""" """NetPyNE (Networks using Python and NEURON) is a Python package to facilitate the development, simulation, parallelization, analysis, and optimization of biological neuronal networks using the NEURON simulator."""
homepage = "netpyne.org" homepage = "netpyne.org"
url = "https://github.com/suny-downstate-medical-center/netpyne/archive/refs/tags/v1.0.4.1.tar.gz" url = "https://github.com/suny-downstate-medical-center/netpyne/archive/refs/tags/v1.0.4.2.tar.gz"
git = "https://github.com/suny-downstate-medical-center/netpyne.git" git = "https://github.com/suny-downstate-medical-center/netpyne.git"
# list of GitHub accounts to notify when the package is updated. # list of GitHub accounts to notify when the package is updated.
maintainers = ["salvadord", "vvbragin"] maintainers = ["salvadord", "vvbragin"]
version("1.0.4.2", sha256="4191464386bbc2ecad3b224302c19edb9a26fe0da57c0d9b234cb9c2dd918c8d")
version("1.0.4.1", sha256="2ed12807f9b3d3e3a8ba9910f8d22c5c17635e0cdea0af09fa3a230e68876df6") version("1.0.4.1", sha256="2ed12807f9b3d3e3a8ba9910f8d22c5c17635e0cdea0af09fa3a230e68876df6")
depends_on("py-setuptools", type="build") depends_on("py-setuptools", type="build")
depends_on("neuron", type=("build", "run")) depends_on("neuron", type=("build", "run"))
depends_on("py-numpy", type=("build", "run")) depends_on("py-numpy", type=("build", "run"))
depends_on("py-scipy", type=("build", "run")) depends_on("py-scipy", type=("build", "run"))
depends_on("py-matplotlib@:3.5.1", type=("build", "run")) depends_on("py-matplotlib", type=("build", "run"))
depends_on("py-matplotlib-scalebar", type=("build", "run")) depends_on("py-matplotlib-scalebar", type=("build", "run"))
depends_on("py-future", type=("build", "run")) depends_on("py-future", type=("build", "run"))
depends_on("py-pandas", 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