From ee5d09c1f9ded6d9239396f54dc0bb259bb27ac7 Mon Sep 17 00:00:00 2001 From: Audrey Roy Greenfeld Date: Thu, 19 Oct 2023 11:37:32 +0100 Subject: [PATCH] Require dependency clarifai_grpc==9.9.1 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9261327..484f156 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -26,7 +27,6 @@ dependencies = [ "pydub==0.25.1", "rich==13.6.0", "pathlib==1.0.1", - ] [project.optional-dependencies] diff --git a/requirements.txt b/requirements.txt index c59a709..ab2b800 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +clarifai_grpc==9.9.1 openai-whisper==20230918 yarl==1.9.2 typer==0.9.0 @@ -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