Skip to content

Commit

Permalink
Require dependency clarifai_grpc==9.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyfeldroy committed Oct 19, 2023
1 parent a8f2012 commit ee5d09c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers = [
]
license = {text = "GNU General Public License v3"}
dependencies = [
"clarifai_grpc==9.9.1",
"openai-whisper==20230918",
"yarl==1.9.2",
"typer==0.9.0",
Expand All @@ -26,7 +27,6 @@ dependencies = [
"pydub==0.25.1",
"rich==13.6.0",
"pathlib==1.0.1",

]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
clarifai_grpc==9.9.1
openai-whisper==20230918
yarl==1.9.2
typer==0.9.0
Expand All @@ -8,7 +9,6 @@ pydantic-settings==2.0.3
pydub==0.25.1
ruff==0.0.292
pre-commit==3.4.0
clarifai-grpc==9.9.0
transformers==4.34.0
coverage==7.3.2

0 comments on commit ee5d09c

Please sign in to comment.