mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
* flake8 * fix typo * fix tensorboardlogger drop test_tube dependence * formatting * fix tensorboard & tests * upgrade Tensorboard * test formatting separately * try to fix JIT issue * add tests for 1.4
8 lines
248 B
Plaintext
8 lines
248 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
|
|
pandas>=0.24 # lower version do not support py3.7
|
|
tensorboard>=1.14
|
|
future>=0.17.1 # required for builtins in setup.py |