Skip to content

Commit 7603b36

Browse files
authored
fix: Rectify ffmpy poetry config; update version from 0.3.2 to 0.4.0 (#2062)
* Fix: Rectify ffmpy 0.3.2 poetry config * keep optional set to false for ffmpy * Updating ffmpy to version 0.4.0 * Remove comment about a fix
1 parent 89477ea commit 7603b36

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

poetry.lock

Lines changed: 10 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ sentence-transformers = {version ="^3.0.1", optional = true}
5656

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

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

0 commit comments

Comments
 (0)