Skip to content

Commit c31a3f6

Browse files
committed
Merge branch 'master' into feat/dynamo_export_onnx
2 parents ce3e6b7 + 87e3974 commit c31a3f6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/fabric/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
torch >=2.1.0, <2.8.0
55
fsspec[http] >=2022.5.0, <2025.6.0
66
packaging >=20.0, <=25.0
7-
typing-extensions >4.4.0, <4.14.0
7+
typing-extensions >4.4.0, <4.15.0
88
lightning-utilities >=0.10.0, <0.15.0

requirements/fabric/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
coverage ==7.9.1
22
numpy >=1.17.2, <1.27.0
33
pytest ==8.4.0
4-
pytest-cov ==6.1.1
4+
pytest-cov ==6.2.1
55
pytest-timeout ==2.4.0
66
pytest-rerunfailures ==15.1
77
pytest-random-order ==1.1.1

requirements/pytorch/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ PyYAML >=5.4, <6.1.0
77
fsspec[http] >=2022.5.0, <2025.6.0
88
torchmetrics >=0.7.0, <1.8.0
99
packaging >=20.0, <=25.0
10-
typing-extensions >4.4.0, <4.14.0
10+
typing-extensions >4.4.0, <4.15.0
1111
lightning-utilities >=0.10.0, <0.15.0

requirements/pytorch/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
coverage ==7.9.1
22
pytest ==8.4.0
3-
pytest-cov ==6.1.1
3+
pytest-cov ==6.2.1
44
pytest-timeout ==2.4.0
55
pytest-rerunfailures ==15.1
66
pytest-random-order ==1.1.1

0 commit comments

Comments
 (0)