Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py-neurodamus: 3.7.2 #2530

Merged
merged 2 commits into from
Dec 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
py-docopt-ng
  • Loading branch information
Weina Ji committed Dec 6, 2024
commit ea4e60020c6344ff0709bafa653201567a66f964
2 changes: 1 addition & 1 deletion bluebrain/repo-bluebrain/packages/py-neurodamus/package.py
Original file line number Diff line number Diff line change
@@ -65,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"))
Loading