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 6e030b6 commit a22adeeCopy full SHA for a22adee
requirements/pytorch/check-avail-extras.py
@@ -1,4 +1,3 @@
1
-# import gcsfs
2
import hydra # noqa: F401
3
import jsonargparse # noqa: F401
4
import matplotlib # noqa: F401
requirements/pytorch/extra.txt
@@ -5,7 +5,6 @@
5
matplotlib>3.1, <3.5.3
6
omegaconf>=2.0.5, <2.3.0
7
hydra-core>=1.0.5, <1.3.0
8
-jsonargparse[signatures]>=4.12.0, <=4.12.0
9
-gcsfs>=2021.5.0, <2022.8.0
+jsonargparse[signatures]>=4.12.0, <4.14.0
10
rich>=10.14.0, !=10.15.0.a, <13.0.0
11
protobuf<=3.20.1 # strict # an extra is updating protobuf, this pin prevents TensorBoard failure
tests/tests_pytorch/utilities/test_remote_filesystem.py
0 commit comments