lightning/requirements.txt

14 lines
303 B
Plaintext
Raw Normal View History

# the default package dependencies
numpy>=1.17.2
torch>=1.6
future>=0.17.1 # required for builtins in setup.py
tqdm>=4.41.0
2021-07-08 20:04:47 +00:00
PyYAML>=5.1
2021-06-07 23:35:19 +00:00
fsspec[http]>=2021.05.0, !=2021.06.0
tensorboard>=2.2.0
torchmetrics>=0.4.1
pyDeprecate==0.3.1
packaging>=17.0
typing-extensions # TypedDict support for python<3.8