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 952cd5e commit 74911d8Copy full SHA for 74911d8
requirements/fabric/test.txt
@@ -7,4 +7,4 @@ pytest-rerunfailures ==15.1
7
pytest-random-order ==1.2.0
8
click ==8.1.8; python_version < "3.11"
9
click ==8.2.1; python_version > "3.10"
10
-tensorboardX >=2.5, <2.7.0 # min version is set by torch.onnx missing attribute
+tensorboardX >=2.6, <2.7.0 # todo: relax it back to `>=2.2` after fixing tests
0 commit comments