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 0ba7bd4 commit e8a5666Copy full SHA for e8a5666
setup.py
@@ -251,7 +251,7 @@ def run(self):
251
extras["flax"] = deps_list("jax", "jaxlib", "flax")
252
253
254
-extras["dev"] = extras["quality"] + extras["test"] + extras["training"] + extras["docs"] + extras["torch"]
+extras["dev"] = extras["quality"] + extras["test"] + extras["training"] + extras["docs"] + extras["torch"] + extras["flax"]
255
256
install_requires = [
257
deps["importlib_metadata"],
0 commit comments