Skip to content

Commit

Permalink
[ENH] update dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
liuzhenqi77 committed Nov 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent afb992e commit d65eec0
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -26,7 +26,8 @@ dependencies = [
"matplotlib",
"scikit-learn",
"nibabel >=3.0.0",
"nilearn"
"nilearn",
"tqdm"
]

dynamic=["version"]
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
bctpy
matplotlib
nibabel
nilearn
numpy>=1.16

0 comments on commit d65eec0

Please sign in to comment.