parent
e62521caf1
commit
e290c206c9
|
@ -33,7 +33,7 @@ dependencies:
|
||||||
- future>=0.17.1
|
- future>=0.17.1
|
||||||
- PyYAML>=5.1
|
- PyYAML>=5.1
|
||||||
- tqdm>=4.41.0
|
- tqdm>=4.41.0
|
||||||
- fsspec[http]>=2021.05.0, !=2021.06.0
|
- fsspec[http]>=2021.06.1
|
||||||
#- tensorboard>=2.2.0 # not needed, already included in pytorch
|
#- tensorboard>=2.2.0 # not needed, already included in pytorch
|
||||||
|
|
||||||
# Optional
|
# Optional
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
numpy>=1.17.2, <1.23.1
|
numpy>=1.17.2, <1.23.1
|
||||||
torch>=1.9.*, <1.13.0
|
torch>=1.9.*, <1.13.0
|
||||||
fsspec[http]>=2021.05.0, !=2021.06.0, <2022.6.0
|
fsspec[http]>=2021.06.1, <2022.6.0
|
||||||
packaging>=17.0, <=21.3
|
packaging>=17.0, <=21.3
|
||||||
typing-extensions>=4.0.0, <4.3.1
|
typing-extensions>=4.0.0, <4.3.1
|
||||||
lightning-utilities==0.3.*
|
lightning-utilities==0.3.*
|
||||||
|
|
|
@ -5,7 +5,7 @@ numpy>=1.17.2, <1.23.1
|
||||||
torch>=1.9.*, <1.13.0
|
torch>=1.9.*, <1.13.0
|
||||||
tqdm>=4.57.0, <4.65.0
|
tqdm>=4.57.0, <4.65.0
|
||||||
PyYAML>=5.4, <=6.0
|
PyYAML>=5.4, <=6.0
|
||||||
fsspec[http]>=2021.05.0, !=2021.06.0, <2022.8.0
|
fsspec[http]>=2021.06.1, <2022.8.0
|
||||||
tensorboard>=2.9.1, <2.11.0
|
tensorboard>=2.9.1, <2.11.0
|
||||||
torchmetrics>=0.7.0, <0.9.3 # needed for using fixed compare_version
|
torchmetrics>=0.7.0, <0.9.3 # needed for using fixed compare_version
|
||||||
packaging>=17.0, <=21.3
|
packaging>=17.0, <=21.3
|
||||||
|
|
Loading…
Reference in New Issue