Skip to content

Commit

Permalink
Add scipy as a requirement, since MACE doesn't run without it.
Browse files Browse the repository at this point in the history
  • Loading branch information
rieder committed Aug 6, 2024
1 parent 60e8141 commit 95c2b3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ The script run.py trains the model, as explained by `Maes et al. (2024) <https:/
* matplotlib
* natsort
* tqdm
* scipy



Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ numpy
matplotlib
natsort
tqdm
scipy

0 comments on commit 95c2b3e

Please sign in to comment.