Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MengqingCao committed Jul 9, 2024
1 parent ed41701 commit c072db6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ librosa
openai-whisper
pre-commit==3.5.0
langid
matplotlib
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages

requirements = [
"numpy",
"numpy<2.0.0",
"requests",
"tqdm",
"torch>=1.13.0",
Expand Down

0 comments on commit c072db6

Please sign in to comment.