Skip to content

Commit cc8b2dd

Browse files
authored
Merge branch 'master' into dependabot-pip-requirements-mypy-1.15.0
2 parents 2b879c6 + 2b5d38d commit cc8b2dd

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

requirements/ci.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
setuptools <70.1.1
2-
wheel <0.44.0
3-
awscli >=1.30.0, <1.31.0
2+
wheel <0.46.0
3+
awscli >=1.30.0, <1.41.0
44
twine ==6.0.1
55
importlib-metadata <8.0.0
66
wget

requirements/fabric/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

4-
torch >=2.1.0, <2.7.0
5-
fsspec[http] >=2022.5.0, <2024.4.0
4+
torch >=2.1.0, <2.8.0
5+
fsspec[http] >=2022.5.0, <2025.4.0
66
packaging >=20.0, <=25.0
77
typing-extensions >=4.4.0, <4.11.0
88
lightning-utilities >=0.10.0, <0.15.0

requirements/fabric/examples.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

4-
torchvision >=0.16.0, <0.22.0
4+
torchvision >=0.16.0, <0.23.0
55
torchmetrics >=0.10.0, <1.8.0
66
lightning-utilities >=0.8.0, <0.15.0

requirements/fabric/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
coverage ==7.3.1
1+
coverage ==7.8.0
22
numpy >=1.17.2, <1.27.0
33
pytest ==8.3.5
4-
pytest-cov ==4.1.0
4+
pytest-cov ==6.1.1
55
pytest-timeout ==2.1.0
66
pytest-rerunfailures ==12.0
77
pytest-random-order ==1.1.0

requirements/pytorch/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

4-
torch >=2.1.0, <2.7.0
4+
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] >=2022.5.0, <2024.4.0
7+
fsspec[http] >=2022.5.0, <2025.4.0
88
torchmetrics >=0.7.0, <1.8.0
99
packaging >=20.0, <=25.0
1010
typing-extensions >=4.4.0, <4.11.0

requirements/pytorch/examples.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

4-
requests <2.32.0
5-
torchvision >=0.16.0, <0.22.0
4+
requests <2.33.0
5+
torchvision >=0.16.0, <0.23.0
66
ipython[all] <8.19.0
77
torchmetrics >=0.10.0, <1.8.0
88
lightning-utilities >=0.8.0, <0.15.0

requirements/pytorch/test.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
coverage ==7.3.1
1+
coverage ==7.8.0
22
pytest ==8.3.5
3-
pytest-cov ==4.1.0
3+
pytest-cov ==6.1.1
44
pytest-timeout ==2.1.0
55
pytest-rerunfailures ==12.0
66
pytest-random-order ==1.1.0
77

88
# needed in tests
99
cloudpickle >=1.3, <3.2.0
10-
scikit-learn >0.22.1, <1.4.0
10+
scikit-learn >0.22.1, <1.7.0
1111
numpy >=1.17.2, <1.27.0
1212
onnx >=1.12.0, <1.17.0
1313
onnxruntime >=1.12.0, <1.21.0
1414
psutil <5.9.6 # for `DeviceStatsMonitor`
15-
pandas >1.0, <2.2.0 # needed in benchmarks
15+
pandas >1.0, <2.3.0 # needed in benchmarks
1616
fastapi # for `ServableModuleValidator` # not setting version as re-defined in App
1717
uvicorn # for `ServableModuleValidator` # not setting version as re-defined in App
1818

requirements/typing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mypy==1.15.0
2-
torch==2.6.0
2+
torch==2.7.0
33

44
types-Markdown
55
types-PyYAML

0 commit comments

Comments
 (0)