Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wuurrd authored Oct 17, 2023
1 parent 66808f6 commit d4ac953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
for r in pkg_resources.parse_requirements(
open(os.path.join(os.path.dirname(__file__), "requirements.txt"))
)
] + ["pyannote.audio @ git+https://github.com/pyannote/pyannote-audio@db24eb6c60a26804b1f07a6c2b39055716beb852"],
] + ["pyannote.audio==3.0.1"],
entry_points = {
'console_scripts': ['whisperx=whisperx.transcribe:cli'],
},
Expand Down

0 comments on commit d4ac953

Please sign in to comment.