mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-29 07:22:12 +03:00
up
This commit is contained in:
2
setup.py
2
setup.py
@@ -251,7 +251,7 @@ else:
|
||||
extras["flax"] = deps_list("jax", "jaxlib", "flax")
|
||||
|
||||
|
||||
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"]
|
||||
|
||||
install_requires = [
|
||||
deps["importlib_metadata"],
|
||||
|
||||
Reference in New Issue
Block a user