Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
AGrigis committed Nov 7, 2024
1 parent 31093c5 commit 7af6d58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ Jinja2<3.1
git+https://github.com/AGrigis/pysphinxdoc.git
ipython
numpy
scipy
nibabel
antspyx
dipy
scikit-learn
scikit-image
matplotlib
sphinx==3.5.4
5 changes: 4 additions & 1 deletion limri/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,13 @@
PROVIDES = ["limri"]
REQUIRES = [
"numpy",
"scipy",
"nibabel",
"antspyx",
"dipy",
"scikit-learn"
"scikit-learn",
"scikit-image",
"matplotlib"
]
SCRIPTS = [
"limri/scripts/limri"
Expand Down

0 comments on commit 7af6d58

Please sign in to comment.