File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 22# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33
44torch >=2.1.0, <2.8.0
5- fsspec[http] >=2025.3.3, <2025.4.0
5+ #fsspec[http] >=2025.3.3, <2025.4.0
6+ fsspec[http] @ git+https://github.com/fsspec/filesystem_spec
67packaging >=20.0, <=25.0
78typing-extensions >=4.4.0, <4.11.0
89lightning-utilities >=0.10.0, <0.15.0
Original file line number Diff line number Diff line change 44torch >=2.1.0, <2.8.0
55tqdm >=4.57.0, <4.67.0
66PyYAML >=5.4, <6.1.0
7- fsspec[http] >=2025.3.3, <2025.4.0
7+ #fsspec[http] >=2025.3.3, <2025.4.0
8+ fsspec[http] @ git+https://github.com/fsspec/filesystem_spec
89torchmetrics >=0.7.0, <1.8.0
910packaging >=20.0, <=25.0
1011typing-extensions >=4.4.0, <4.11.0
Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1212-
1313
1414
15+ ### Changed
16+
17+ - Increased minimum ` fsspec ` version from 2022.5.0 to 2025.3.3 ([ #20780 ] ( https://github.com/Lightning-AI/pytorch-lightning/pull/20780 ) )
18+
19+
1520### Removed
1621
1722-
Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1414
1515### Changed
1616
17- -
18-
17+ - Increased minimum ` fsspec ` version from 2022.5.0 to 2025.3.3 ([ #20780 ] ( https://github.com/Lightning-AI/pytorch-lightning/pull/20780 ) )
1918
2019### Removed
2120
You can’t perform that action at this time.
0 commit comments