Skip to content

Commit

Permalink
py-neurodamus: 3.7.2 (#2530)
Browse files Browse the repository at this point in the history
  • Loading branch information
Weina Ji authored Dec 6, 2024
1 parent 0efc2e8 commit 93e0c73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bluebrain/repo-bluebrain/packages/py-neurodamus/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class PyNeurodamus(PythonPackage):
pypi = "neurodamus/neurodamus-3.1.1.tar.gz"

version("develop", branch="main")
version("3.7.2", sha256="f2001b6807921a87b83ae041b7540a63dbb428eae81eae933fd14c788975f304")
version("3.6.0", sha256="17035a95556e69407ba12bb2dc9b91a37c18aba3f7a6d97d2be494232f7431e6")
version("3.5.0", sha256="431aeff54b1be3e75d85fbfcc6bf3bed2050c36830435541cff82a7f179fb81b")
version("3.4.0", sha256="2bf840f71f9004d55a444ef55f33825e0cc966a1ba47039e8b0bde8e6d285245")
Expand Down Expand Up @@ -64,7 +65,7 @@ class PyNeurodamus(PythonPackage):
depends_on("[email protected]:", type=("build", "run"))
depends_on("py-h5py", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("py-docopt", type=("build", "run"))
depends_on("py-docopt-ng", type=("build", "run"))
depends_on("py-libsonata@:0.1.27", when="@:3.5.0", type=("build", "run"))
depends_on("py-libsonata", type=("build", "run")) # else
depends_on("py-morphio", type=("build", "run"))
Expand Down

0 comments on commit 93e0c73

Please sign in to comment.