mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
# the default package dependencies
|
|
|
|
tqdm>=4.41.0
|
|
numpy>=1.16.4
|
|
torch>=1.3
|
|
tensorboard>=1.14
|
|
future>=0.17.1 # required for builtins in setup.py
|
|
pyyaml>=3.13
|