2020-03-25 11:46:27 +00:00
|
|
|
# the default package dependencies
|
|
|
|
|
2021-04-19 14:28:37 +00:00
|
|
|
numpy>=1.17.2
|
2021-01-13 00:15:35 +00:00
|
|
|
torch>=1.4
|
2020-01-29 19:52:23 +00:00
|
|
|
future>=0.17.1 # required for builtins in setup.py
|
2020-07-01 11:53:19 +00:00
|
|
|
tqdm>=4.41.0
|
2021-05-04 22:56:11 +00:00
|
|
|
PyYAML>=5.1,<=5.4.1
|
2021-06-07 23:35:19 +00:00
|
|
|
fsspec[http]>=2021.05.0, !=2021.06.0
|
2021-04-22 15:08:21 +00:00
|
|
|
tensorboard>=2.2.0, !=2.5.0 # 2.5.0 GPU CI error: 'Couldn't build proto file into descriptor pool!'
|
2021-04-22 20:45:46 +00:00
|
|
|
torchmetrics>=0.2.0
|
|
|
|
pyDeprecate==0.3.0
|
2021-04-22 18:25:51 +00:00
|
|
|
packaging
|
2021-05-19 20:01:42 +00:00
|
|
|
typing-extensions # TypedDict support for python<3.8
|