Update fsspec[http] requirement from <2023.5.0,>2021.06.0 to >2021.06.0,<2023.7.0 in /requirements (#18248)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
175aaafe1e
commit
cee05ea029
|
@ -1,5 +1,5 @@
|
|||
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
|
||||
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
|
||||
|
||||
fsspec[http] >2021.06.0, <2023.5.0
|
||||
fsspec[http] >2021.06.0, <2023.7.0
|
||||
s3fs >=2022.5.0, <=2023.6.0
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
numpy >=1.17.2, <1.25.3
|
||||
torch >=1.11.0, <2.1.0
|
||||
fsspec[http]>2021.06.0, <2023.5.0
|
||||
fsspec[http]>2021.06.0, <2023.7.0
|
||||
packaging >=20.0, <=23.0
|
||||
typing-extensions >=4.0.0, <=4.7.1
|
||||
lightning-utilities >=0.8.0, <0.10.0
|
||||
|
|
Loading…
Reference in New Issue