Skip to content

Commit

Permalink
neurodamus: pin "libsonata<0.1.28". (#2488)
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc authored Aug 8, 2024
1 parent f8b2a3b commit 24337c4
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 @@ -64,7 +64,8 @@ class PyNeurodamus(PythonPackage):
depends_on("py-h5py", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("py-docopt", type=("build", "run"))
depends_on("py-libsonata", type=("build", "run"))
# TODO: Unpin libsonata for `[email protected]:`
depends_on("py-libsonata@:0.1.27", type=("build", "run"))
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 24337c4

Please sign in to comment.