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-07-13 17:12:49 +00:00
|
|
|
torch>=1.6
|
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-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
|
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-06-29 22:05:48 +00:00
|
|
|
torchmetrics>=0.4.0
|
2021-06-08 15:36:50 +00:00
|
|
|
pyDeprecate==0.3.1
|
2021-06-22 12:15:22 +00:00
|
|
|
packaging>=17.0
|
2021-05-19 20:01:42 +00:00
|
|
|
typing-extensions # TypedDict support for python<3.8
|