Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-roethig-db committed May 18, 2024
1 parent fc4402c commit 583c92c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
python_requires=">=3.9",
packages=find_packages(),
install_requires=[
"transformers==4.39.3",
"pyannote.audio==3.1.1",
"pyannote.core==5.0.0",
"pyyaml==6.0.1",
"ffmpeg-python==0.2.0",
"pandas==2.0.3",
"librosa==0.10.1",
"soundfile==0.12.1",
"numpy==1.26.4",
"torch==2.2.2",
"transformers",
"pyannote.audio",
"pyannote.core",
"pyyaml",
"ffmpeg-python",
"pandas",
"librosa",
"soundfile",
"numpy",
"torch",
]
)

0 comments on commit 583c92c

Please sign in to comment.