Skip to content

Commit

Permalink
Merge pull request #4 from rieder/updates/add_requirements
Browse files Browse the repository at this point in the history
add requirements.txt based on documentation
  • Loading branch information
silkemaes authored Oct 10, 2024
2 parents f07e3da + 95c2b3e commit d8a4212
Show file tree
Hide file tree
Showing 2 changed files with 8 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
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
torch
torchode
numpy
matplotlib
natsort
tqdm
scipy

0 comments on commit d8a4212

Please sign in to comment.