Skip to content

Commit e8a5666

Browse files
committed
up
1 parent 0ba7bd4 commit e8a5666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def run(self):
251251
extras["flax"] = deps_list("jax", "jaxlib", "flax")
252252

253253

254-
extras["dev"] = extras["quality"] + extras["test"] + extras["training"] + extras["docs"] + extras["torch"]
254+
extras["dev"] = extras["quality"] + extras["test"] + extras["training"] + extras["docs"] + extras["torch"] + extras["flax"]
255255

256256
install_requires = [
257257
deps["importlib_metadata"],

0 commit comments

Comments
 (0)