Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidalnt committed Sep 6, 2024
1 parent 7a33848 commit a3e5033
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
pip==23.3; sys_platform == 'darwin'
wheel; sys_platform == 'darwin'
PyYAML; sys_platform == 'darwin'
numpy>=1.24.4,<2.0.0
numpy==1.23.5
requests==2.32.0
tqdm
wget
pydantic==2.8.2
fastapi==0.112.0
starlette==0.37.2

# Audio processing
ffmpeg-python>=0.2.0
Expand All @@ -18,7 +21,7 @@ praat-parselmouth
noisereduce
audio_upscaler==0.1.4
pedalboard

# Machine learning and deep learning
omegaconf==2.0.5; sys_platform == 'darwin'
numba; sys_platform == 'linux'
Expand All @@ -35,11 +38,7 @@ transformers==4.44.2
# Visualization and UI
matplotlib==3.7.2
tensorboard
fastapi==0.112.4
gradio==4.43.0
gradio-client==1.3.0
pydantic==2.9.0

gradio==4.36.0
# Miscellaneous utilities
certifi==2024.7.4; sys_platform == 'darwin'
antlr4-python3-runtime==4.8; sys_platform == 'darwin'
Expand All @@ -49,4 +48,4 @@ edge-tts==6.1.9
pypresence
beautifulsoup4
flask
local-attention
local-attention

0 comments on commit a3e5033

Please sign in to comment.