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

feat(py-snudda): add version 2.0.1

parent 4e20935b
No related branches found
No related tags found
2 merge requests!529create new experimental release,!528feat(py-snudda): add version 2.0.1
Pipeline #28736 waiting for manual action with stage
in 14 seconds
......@@ -5,11 +5,12 @@ 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."""
homepage = "https://pypi.org/project/snudda/"
pypi = "snudda/snudda-1.4.71.tar.gz"
pypi = "snudda/snudda-2.0.1.tar.gz"
maintainers = ["hjorth"]
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("2.0.1", "0d78f5ca2cfe728b216f980078d8558a")
version("1.4.71", "5871e4af5e1a011d26a22d7dc384638a")
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)
......@@ -31,6 +32,8 @@ class PySnudda(PythonPackage):
depends_on("py-psutil", type=("build","run"))
depends_on("py-cython", type=("build","run"))
depends_on("py-numba@0.53.1:", type=("build","run"))
depends_on("open3d+python", type=("build","run"), when="@2:")
# snudda tarballs in pypi do not include the tests/ dir: just use default spack tests for now
# @run_after('install')
......
......@@ -44,7 +44,7 @@ spack:
- py-quantities-scidash@0.12.4.3
- py-quantities@0.15.0
- py-siibra@0.4a66
- py-snudda@1.4.71
- py-snudda@2.0.1
- py-spynnaker@7.0.0
- py-tvb-contrib@2.8.2
- py-tvb-data@2.8
......
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