Skip to content

Commit

Permalink
Merge pull request #257 from Anthonyxd22/patch-2
Browse files Browse the repository at this point in the history
Update requirements.txt fix fairseq mac
  • Loading branch information
blaisewf authored Jan 30, 2024
2 parents 7a14fda + a31e2c7 commit 69f6d82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# General dependencies
ffmpeg-python>=0.2.0
numpy==1.23.5
requests
requests==2.31.0
tqdm
wget

Expand All @@ -15,9 +15,9 @@ praat-parselmouth

# Machine learning
git+https://github.com/IAHispano/fairseq; sys_platform == 'linux'
fairseq==0.12.2; sys_platform == 'win32'
fairseq==0.12.2; sys_platform == 'darwin' or sys_platform == 'win32'
numba; sys_platform == 'linux'
numba==0.56.4; sys_platform == 'win32'
numba==0.56.4; sys_platform == 'darwin' or sys_platform == 'win32'
torch==2.1.1
torchcrepe==0.0.21
torchvision==0.16.1
Expand All @@ -30,7 +30,7 @@ gradio==4.14.0
# Miscellaneous
ffmpy==0.3.1
tensorboardX
requests==2.31.0
edge-tts==6.1.9
pypresence
beautifulsoup4

0 comments on commit 69f6d82

Please sign in to comment.