Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 93e0c73

Browse files
author
Weina Ji
authored
py-neurodamus: 3.7.2 (#2530)
1 parent 0efc2e8 commit 93e0c73

File tree

1 file changed

+2
-1
lines changed
  • bluebrain/repo-bluebrain/packages/py-neurodamus

1 file changed

+2
-1
lines changed

bluebrain/repo-bluebrain/packages/py-neurodamus/package.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class PyNeurodamus(PythonPackage):
1313
pypi = "neurodamus/neurodamus-3.1.1.tar.gz"
1414

1515
version("develop", branch="main")
16+
version("3.7.2", sha256="f2001b6807921a87b83ae041b7540a63dbb428eae81eae933fd14c788975f304")
1617
version("3.6.0", sha256="17035a95556e69407ba12bb2dc9b91a37c18aba3f7a6d97d2be494232f7431e6")
1718
version("3.5.0", sha256="431aeff54b1be3e75d85fbfcc6bf3bed2050c36830435541cff82a7f179fb81b")
1819
version("3.4.0", sha256="2bf840f71f9004d55a444ef55f33825e0cc966a1ba47039e8b0bde8e6d285245")
@@ -64,7 +65,7 @@ class PyNeurodamus(PythonPackage):
6465
depends_on("python@3.4:", type=("build", "run"))
6566
depends_on("py-h5py", type=("build", "run"))
6667
depends_on("py-numpy@1.24:", type=("build", "run"))
67-
depends_on("py-docopt", type=("build", "run"))
68+
depends_on("py-docopt-ng", type=("build", "run"))
6869
depends_on("py-libsonata@:0.1.27", when="@:3.5.0", type=("build", "run"))
6970
depends_on("py-libsonata", type=("build", "run")) # else
7071
depends_on("py-morphio", type=("build", "run"))

0 commit comments

Comments
 (0)