Skip to content

Commit

Permalink
Adds setuptools and wheel to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaroberts committed Feb 20, 2024
1 parent 001f142 commit dce9133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ python -m pip install --upgrade pip

Install dependencies and nii2dcm:
```sh
pip install setuptools wheel
pip install -r requirements.txt
pip install .
```
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
setuptools
wheel
numpy==1.23.2
matplotlib==3.6.2
nibabel==5.0.0
Expand Down

0 comments on commit dce9133

Please sign in to comment.