Skip to content

Commit

Permalink
Drop tensorstore dependency; require it for tests only
Browse files Browse the repository at this point in the history
tensorstore is an optional dependency for flax. In google#2520 it was added
back as the normal dependency, but on some Linux and macOS environments
tensorstore still fails to build (see google#2341, google/tensorstore#63).
  • Loading branch information
wookayin committed Dec 7, 2022
1 parent 09b6d56 commit 1922409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"msgpack",
"optax",
"orbax",
"tensorstore",
"rich>=11.1",
"typing_extensions>=4.1.1",
"PyYAML>=5.4.1",
Expand All @@ -54,6 +53,7 @@
"tensorflow_text>=2.4.0", # WMT example.
"tensorflow_datasets",
"tensorflow",
"tensorstore",
"torch",
]

Expand Down

0 comments on commit 1922409

Please sign in to comment.