Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Co-authored-by: Quentin Lhoest <[email protected]>
  • Loading branch information
dwyatte and lhoestq authored Feb 28, 2023
1 parent 2fceb77 commit b0d527a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b0d527a

Please sign in to comment.