Files
pytorch-lightning/requirements.txt
T
Nicki SkafteandWilliam Falcon 9a6838d349 Removed dependency on pandas, instead use generic csv (#736)
* removed dependency on pandas, instead use generic csv

* remove mnist files, pushed by accident

* added docstring and small fixes

* Update memory.py

* fixed path

Co-authored-by: William Falcon <waf2107@columbia.edu>
2020-01-29 14:52:23 -05:00

9 lines
199 B
Plaintext

scikit-learn>=0.20.2
tqdm>=4.35.0
numpy>=1.16.4
torch>=1.1
torchvision>=0.4.0, < 0.5 # the 0.5. has some issues with torch JIT
tensorboard>=1.14
future>=0.17.1 # required for builtins in setup.py