Bump version of fsspec (#14975)

fsspec verbump
This commit is contained in:
otaj 2022-10-03 11:53:15 +02:00 committed by GitHub
parent e62521caf1
commit e290c206c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ dependencies:
- future>=0.17.1
- PyYAML>=5.1
- 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
# Optional

View File

@ -3,7 +3,7 @@
numpy>=1.17.2, <1.23.1
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
typing-extensions>=4.0.0, <4.3.1
lightning-utilities==0.3.*

View File

@ -5,7 +5,7 @@ numpy>=1.17.2, <1.23.1
torch>=1.9.*, <1.13.0
tqdm>=4.57.0, <4.65.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
torchmetrics>=0.7.0, <0.9.3 # needed for using fixed compare_version
packaging>=17.0, <=21.3