Skip to content

Commit

Permalink
fix: ffmpy dependency (#2020)
Browse files Browse the repository at this point in the history
* fix: ffmpy dependency

* fix: block ffmpy to commit sha
  • Loading branch information
jaluma committed Jul 29, 2024
1 parent 05a9862 commit dabf556
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
17 changes: 11 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,14 @@ sentence-transformers = {version ="^3.0.1", optional = true}

# Optional UI
gradio = {version ="^4.37.2", optional = true}
# Fix: https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16289#issuecomment-2255106490
ffmpy = {git = "https://github.com/EuDs63/ffmpy.git", rev = "333a19ee4d21f32537c0508aa1942ef1aa7afe24", optional = true}

# Optional Google Gemini dependency
google-generativeai = {version ="^0.5.4", optional = true}

[tool.poetry.extras]
ui = ["gradio"]
ui = ["gradio", "ffmpy"]
llms-llama-cpp = ["llama-index-llms-llama-cpp"]
llms-openai = ["llama-index-llms-openai"]
llms-openai-like = ["llama-index-llms-openai-like"]
Expand Down

0 comments on commit dabf556

Please sign in to comment.