Skip to content

Commit

Permalink
use pipreqs for requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Sep 12, 2020
1 parent 08ce763 commit 4668ba7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions readme.md
Expand Up @@ -91,3 +91,7 @@ with torch.autograd.detect_anomaly():
```

and [`torch.autograd.set_detect_anomaly(True)`](https://pytorch.org/docs/stable/autograd.html#torch.autograd.set_detect_anomaly). See [here](https://discuss.pytorch.org/t/87594) for an issue that used these tools.

## Requirements

[`requirements.txt`](requirements.txt) created with [`pipreqs .`](https://github.com/bndr/pipreqs). Find new dependencies manually with `pipreqs --diff requirements.txt`.
7 changes: 4 additions & 3 deletions requirements.txt
@@ -1,10 +1,11 @@
flake8
matplotlib
numpy
pandas
pytest
seaborn
scikit-learn
scipy
seaborn
torch
torchvision
# dev dependencies
flake8
pytest

0 comments on commit 4668ba7

Please sign in to comment.