Skip to content
Snippets Groups Projects
Commit c2bf4fb6 authored by Johannes Hjorth's avatar Johannes Hjorth Committed by Eleni Mathioulaki
Browse files

Update file package.py for Snudda

parent 6b00ead9
No related branches found
No related tags found
No related merge requests found
...@@ -5,10 +5,11 @@ class PySnudda(PythonPackage): ...@@ -5,10 +5,11 @@ class PySnudda(PythonPackage):
"""Snudda creates the connectivity for realistic networks of simulated neurons in silico in a bottom up fashion that can then be simulated using the NEURON software.""" """Snudda creates the connectivity for realistic networks of simulated neurons in silico in a bottom up fashion that can then be simulated using the NEURON software."""
homepage = "https://pypi.org/project/snudda/" homepage = "https://pypi.org/project/snudda/"
pypi = "snudda/snudda-1.4.0.tar.gz" pypi = "snudda/snudda-1.4.71.tar.gz"
maintainers = ["hjorth", "elmath"] maintainers = ["hjorth", "elmath"]
version("1.4.71", "563fcd816ad8a5c44b3185759e179c68", url="https://files.pythonhosted.org/packages/f7/d2/3f7b50f01f4d18578e15fb15deee9de0abebaa2006d0738714241d0359a5/snudda-1.4.71-py3-none-any.whl", expand=False)
version("1.4.0", "55f9b398b01b34bf3cec28c8a3aebc78") version("1.4.0", "55f9b398b01b34bf3cec28c8a3aebc78")
version("1.3.2", "2306ec50acead5fd4f988ec373f19718", url="https://files.pythonhosted.org/packages/py3/s/snudda/snudda-1.2.9-py3-none-any.whl", expand=False) version("1.3.2", "2306ec50acead5fd4f988ec373f19718", url="https://files.pythonhosted.org/packages/py3/s/snudda/snudda-1.2.9-py3-none-any.whl", expand=False)
......
...@@ -54,7 +54,7 @@ spack: ...@@ -54,7 +54,7 @@ spack:
- py-quantities@0.14.1 - py-quantities@0.14.1
- py-sciunit@0.2.5.1 - py-sciunit@0.2.5.1
- py-siibra@0.4a57 - py-siibra@0.4a57
- py-snudda@1.4.0 - py-snudda@1.4.71
- py-tvb-data@2.7 - py-tvb-data@2.7
- py-tvb-framework@2.8.1.1 - py-tvb-framework@2.8.1.1
- py-tvb-gdist@2.2 - py-tvb-gdist@2.2
......
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