We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701e560 commit 3abe314Copy full SHA for 3abe314
requirements/fabric/test.txt
@@ -3,7 +3,8 @@ numpy >=1.21.0, <1.27.0
3
pytest ==8.4.2
4
pytest-cov ==6.3.0
5
pytest-timeout ==2.4.0
6
-pytest-rerunfailures ==16.0.1
+pytest-rerunfailures ==16.0.1; python_version < "3.10"
7
+pytest-rerunfailures ==16.1; python_version >= "3.10"
8
pytest-random-order ==1.2.0
9
click ==8.1.8; python_version < "3.11"
10
click ==8.3.0; python_version > "3.10"
requirements/pytorch/test.txt
@@ -2,7 +2,8 @@ coverage ==7.10.6
2
# needed in tests
0 commit comments