Skip to content

Commit

Permalink
Update deps to fix whisper transcription
Browse files Browse the repository at this point in the history
  • Loading branch information
evamaxfield committed Dec 2, 2023
1 parent d2f025b commit 99c5e3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Documentation = "https://CouncilDataProject.github.io/cdp-backend"
# https://peps.python.org/pep-0621/#dependencies-optional-dependencies
[project.optional-dependencies]
pipeline = [
"curated-transformers>=0.1.1",
"dask[distributed]>=2021.7.0",
"faster-whisper==0.3.0",
"ffmpeg-python>=0.2.0",
Expand All @@ -75,7 +76,7 @@ pipeline = [
"spacy>=3.4",
"spacy-transformers>=1.1",
"tika==2.6.0",
"torch>=1.10",
"torch>=1.10,<2",
"tqdm>=4.62",
"transformers>=4.16",
"vimeo_downloader>=0.4",
Expand Down

0 comments on commit 99c5e3a

Please sign in to comment.