Skip to content

Commit

Permalink
Add static gradio_client version to requirements
Browse files Browse the repository at this point in the history
Suggested by @Miko42
Related to #212
  • Loading branch information
gitmylo authored Feb 9, 2024
1 parent ca6b691 commit 70e2799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup_tools/magicinstaller/requirements/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
Transformers(),
diffusers(), # This one's a function
SimpleRequirementInit('gradio', CompareAction.EQ, '3.35.2'),
SimpleRequirementInit('gradio_client', CompareAction.EQ, '0.8.0'),
SimpleRequirementInit('huggingface-hub', CompareAction.EQ, '0.19.4'),
AudioToNumpy(),

Expand Down

0 comments on commit 70e2799

Please sign in to comment.