Update fsspec[http] requirement from <2022.8.0,>2021.06.0 to >2021.06.0,<2023.2.0 in /requirements (#16544)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-02-06 15:57:38 +00:00 committed by GitHub
parent 1621a4ef71
commit 28ab88c9c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
numpy>=1.17.2, <1.24.2
torch>=1.11.0, <=2.0.0
fsspec[http]>2021.06.0, <2022.6.0
fsspec[http]>2021.06.0, <2023.2.0
packaging>=17.1, <=23.0
typing-extensions>=4.0.0, <=4.4.0
lightning-utilities>=0.6.0.post0, <0.7.0

View File

@ -5,7 +5,7 @@ numpy>=1.17.2, <1.24.2
torch>=1.11.0, <=2.0.0
tqdm>=4.57.0, <4.65.0
PyYAML>=5.4, <=6.0
fsspec[http]>2021.06.0, <2022.8.0
fsspec[http]>2021.06.0, <2023.2.0
torchmetrics>=0.7.0, <0.10.1 # needed for using fixed compare_version
packaging>=17.1, <=23.0
typing-extensions>=4.0.0, <=4.4.0