From b0d527a2f4ac7b5c6802b232a701c6b5040c130c Mon Sep 17 00:00:00 2001 From: Dean Wyatte <2512762+dwyatte@users.noreply.github.com> Date: Tue, 28 Feb 2023 07:42:43 -0700 Subject: [PATCH] Update setup.py Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com> --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 53759e8b4184..dbc937773f64 100644 --- a/setup.py +++ b/setup.py @@ -230,7 +230,8 @@ "tensorflow_gpu": ["tensorflow-gpu>=2.2.0,!=2.6.0,!=2.6.1"], "torch": ["torch"], "jax": ["jax>=0.2.8,!=0.3.2,<=0.3.25", "jaxlib>=0.1.65,<=0.3.25"], - "gcsfs": ["gcsfs"], + "gcs": ["gcsfs"], + "gs": ["gcsfs"], "s3": ["s3fs"], "streaming": [], # for backward compatibility "dev": TESTS_REQUIRE + QUALITY_REQUIRE + DOCS_REQUIRE,