Skip to content

Commit

Permalink
libsonata-report, py-neurodamus: release 1.2.4, 3.6.0 (#2493)
Browse files Browse the repository at this point in the history
* libsonata-report, py-neurodamus: release 1.2.4, 3.6.0
  • Loading branch information
jorblancoa authored Aug 14, 2024
1 parent aefe844 commit d7ab05c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class LibsonataReport(CMakePackage):
git = "https://github.com/BlueBrain/libsonatareport.git"

version("develop", branch="master", submodules=False, get_full_repo=True)
version("1.2.4", tag="1.2.4", submodules=False)
version("1.2.3", tag="1.2.3", submodules=False)
version("1.2.2", tag="1.2.2", submodules=False)
version("1.2.1", tag="1.2.1", submodules=False)
Expand Down
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.6.0", sha256="17035a95556e69407ba12bb2dc9b91a37c18aba3f7a6d97d2be494232f7431e6")
version("3.5.0", sha256="431aeff54b1be3e75d85fbfcc6bf3bed2050c36830435541cff82a7f179fb81b")
version("3.4.0", sha256="2bf840f71f9004d55a444ef55f33825e0cc966a1ba47039e8b0bde8e6d285245")
version("3.3.0", sha256="ce680b881280c1c025d1d2e4073f993ac8926516ae0f6a33188617c56d96a968")
Expand Down Expand Up @@ -65,7 +66,7 @@ class PyNeurodamus(PythonPackage):
depends_on("py-numpy@1.24:", type=("build", "run"))
depends_on("py-docopt", type=("build", "run"))
depends_on("py-libsonata@:0.1.27", when="@:3.5.0", type=("build", "run"))
depends_on("py-libsonata") # else
depends_on("py-libsonata", type=("build", "run")) # else
depends_on("py-morphio", type=("build", "run"))
depends_on("py-scipy", type=("build", "run"))
depends_on("py-psutil", type=("build", "run"), when="@2.12.1:")
Expand Down

0 comments on commit d7ab05c

Please sign in to comment.