Skip to content

Commit

Permalink
Fix bug with Ubuntu Python 3.12 (probably)
Browse files Browse the repository at this point in the history
  • Loading branch information
taibeled committed Nov 11, 2024
1 parent e8ebf8c commit 1bd6bf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -235,5 +235,6 @@ override-dependencies = [
"manimpango>=0.5.0,<1.0.0",
"numpy<=1.24;python_version < '3.12'",
"numpy>=1.26;python_version >= '3.12'",
"openai-whisper==20240927",
# Newer version is needed otherwise trenton can not be installed properly
"openai-whisper>=20240927",
]
2 changes: 1 addition & 1 deletion uv.lock

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

0 comments on commit 1bd6bf8

Please sign in to comment.