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 9ca360b commit 48fa086Copy full SHA for 48fa086
requirements/fabric/test.txt
@@ -5,5 +5,6 @@ pytest-cov ==6.2.1
5
pytest-timeout ==2.4.0
6
pytest-rerunfailures ==15.1
7
pytest-random-order ==1.2.0
8
-click ==8.1.8
+click ==8.1.8; python_version < "3.11"
9
+click ==8.2.1; python_version > "3.10"
10
tensorboardX >=2.2, <2.7.0 # min version is set by torch.onnx missing attribute
0 commit comments