Skip to content

Commit a22adee

Browse files
carmoccalexierule
authored andcommitted
Remove unused gcsfs dependency (#14962)
(cherry picked from commit be7bfdb)
1 parent 6e030b6 commit a22adee

File tree

3 files changed

+1
-109
lines changed

3 files changed

+1
-109
lines changed

requirements/pytorch/check-avail-extras.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# import gcsfs
21
import hydra # noqa: F401
32
import jsonargparse # noqa: F401
43
import matplotlib # noqa: F401

requirements/pytorch/extra.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
matplotlib>3.1, <3.5.3
66
omegaconf>=2.0.5, <2.3.0
77
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
8+
jsonargparse[signatures]>=4.12.0, <4.14.0
109
rich>=10.14.0, !=10.15.0.a, <13.0.0
1110
protobuf<=3.20.1 # strict # an extra is updating protobuf, this pin prevents TensorBoard failure

tests/tests_pytorch/utilities/test_remote_filesystem.py

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)