Skip to content

Commit

Permalink
hostfix libary broken
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskahn committed Sep 20, 2024
1 parent 168d804 commit b09aa73
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 54 deletions.
144 changes: 92 additions & 52 deletions engine/poetry.lock

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

5 changes: 3 additions & 2 deletions engine/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ latest-user-agents = "^0.0.4"
mistralai = "^1.1.0"
noisereduce = "^3.0.2"
ollama = "^0.3.3"
openai = "^1.46.0"
openai = "^1.46.1"
peewee = "^3.17.6"
pydub = "^0.25.1"
python-dotenv = "^1.0.1"
python-iso639 = "^2024.4.27"
pytubefix = "^6.16.2"
pytubefix = "^6.16.3"
sanic = "^24.6.0"
sentence-transformers = "^3.1.1"
tiktoken = "^0.7.0"
Expand All @@ -34,6 +34,7 @@ torch = "^2.4.1"
retry2 = "^0.9.5"
numba = "^0.60.0"
sanic-cors = "^2.2.0"
protobuf = "3.20.3"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.3"
Expand Down

0 comments on commit b09aa73

Please sign in to comment.