Skip to content

Commit 0de7ab3

Browse files
committed
build(requirements): min/max version ffspec to 2025.5.0
1 parent cb8c8d6 commit 0de7ab3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

requirements/fabric/base.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

44
torch >=2.1.0, <2.8.0
5-
#fsspec[http] >=2025.3.3, <2025.4.0
6-
fsspec[http] @ git+https://github.com/fsspec/filesystem_spec
5+
fsspec[http] >=2025.5.0, <2025.5.0
76
packaging >=20.0, <=25.0
87
typing-extensions >=4.4.0, <4.14.0
98
lightning-utilities >=0.10.0, <0.15.0

requirements/pytorch/base.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
torch >=2.1.0, <2.8.0
55
tqdm >=4.57.0, <4.68.0
66
PyYAML >=5.4, <6.1.0
7-
#fsspec[http] >=2025.3.3, <2025.4.0
8-
fsspec[http] @ git+https://github.com/fsspec/filesystem_spec
7+
fsspec[http] >=2025.5.0, <2025.5.0
98
torchmetrics >=0.7.0, <1.8.0
109
packaging >=20.0, <=25.0
1110
typing-extensions >=4.4.0, <4.14.0

0 commit comments

Comments
 (0)