Skip to content

Commit 1790d98

Browse files
committed
docs: update changelog
1 parent 707625f commit 1790d98

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

requirements/fabric/base.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
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
5+
#fsspec[http] >=2025.3.3, <2025.4.0
6+
fsspec[http] @ git+https://github.com/fsspec/filesystem_spec
67
packaging >=20.0, <=25.0
78
typing-extensions >=4.4.0, <4.11.0
89
lightning-utilities >=0.10.0, <0.15.0

requirements/pytorch/base.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
torch >=2.1.0, <2.8.0
55
tqdm >=4.57.0, <4.67.0
66
PyYAML >=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
89
torchmetrics >=0.7.0, <1.8.0
910
packaging >=20.0, <=25.0
1011
typing-extensions >=4.4.0, <4.11.0

src/lightning/fabric/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
-

src/lightning/pytorch/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)