Skip to content

Commit 1eec61b

Browse files
authored
Merge branch 'master' into fix/trainer_init_module_device
2 parents 0e729d6 + 22132aa commit 1eec61b

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
setuptools <80.9.1
22
wheel <0.46.0
33
awscli >=1.30.0, <1.43.0
4-
twine ==6.1.0
4+
twine ==6.2.0
55
importlib-metadata <9.0.0
66
wget
77
pkginfo ==1.12.1.2

requirements/doctests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pytest ==8.4.1
1+
pytest ==8.4.2
22
pytest-doctestplus ==1.4.0

requirements/fabric/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +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.9.0
5-
fsspec[http] >=2022.5.0, <2025.8.0
5+
fsspec[http] >=2022.5.0, <2025.10.0
66
packaging >=20.0, <=25.0
77
typing-extensions >4.5.0, <4.16.0
88
lightning-utilities >=0.10.0, <0.16.0

requirements/fabric/test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
coverage ==7.10.6
22
numpy >=1.21.0, <1.27.0
3-
pytest ==8.4.1
4-
pytest-cov ==6.2.1
3+
pytest ==8.4.2
4+
pytest-cov ==6.3.0
55
pytest-timeout ==2.4.0
6-
pytest-rerunfailures ==16.0
6+
pytest-rerunfailures ==16.0.1
77
pytest-random-order ==1.2.0
88
click ==8.1.8; python_version < "3.11"
99
click ==8.2.1; python_version > "3.10"

requirements/pytorch/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
torch >=2.1.0, <2.9.0
55
tqdm >=4.57.0, <4.68.0
66
PyYAML >5.4, <6.1.0
7-
fsspec[http] >=2022.5.0, <2025.8.0
7+
fsspec[http] >=2022.5.0, <2025.10.0
88
torchmetrics >0.7.0, <1.9.0
99
packaging >=20.0, <=25.0
1010
typing-extensions >4.5.0, <4.16.0

requirements/pytorch/extra.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
matplotlib>3.1, <3.11.0
66
omegaconf >=2.2.3, <2.4.0
77
hydra-core >=1.2.0, <1.4.0
8-
jsonargparse[signatures,jsonnet] >=4.39.0, <4.41.0
8+
jsonargparse[signatures,jsonnet] >=4.39.0, <4.42.0
99
rich >=12.3.0, <14.2.0
1010
tensorboardX >=2.2, <2.7.0 # min version is set by torch.onnx missing attribute
1111
bitsandbytes >=0.45.2,<0.47.0; platform_system != "Darwin"

requirements/pytorch/test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
coverage ==7.10.6
2-
pytest ==8.4.1
3-
pytest-cov ==6.2.1
2+
pytest ==8.4.2
3+
pytest-cov ==6.3.0
44
pytest-timeout ==2.4.0
5-
pytest-rerunfailures ==16.0
5+
pytest-rerunfailures ==16.0.1
66
pytest-random-order ==1.2.0
77

88
# needed in tests

0 commit comments

Comments
 (0)