Skip to content

Commit 5fbfbb7

Browse files
authored
Apply suggestions from code review
1 parent adfb634 commit 5fbfbb7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements/fabric/test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
coverage ==7.11.0
1+
coverage ==7.11.0; python_version > "3.8"
2+
coverage ==7.10.7; python_version < "3.9"
23
numpy >=1.21.0, <1.27.0
34
pytest ==8.4.2
45
pytest-cov ==6.3.0

requirements/pytorch/test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
coverage ==7.11.0
1+
coverage ==7.11.0; python_version > "3.8"
2+
coverage ==7.10.7; python_version < "3.9"
23
pytest ==8.4.2
34
pytest-cov ==6.3.0
45
pytest-timeout ==2.4.0

0 commit comments

Comments
 (0)