Update requirements.txt

This commit is contained in:
Anjok07 2023-09-26 23:32:36 -05:00 committed by GitHub
parent 1c20dd0af3
commit 5a1eb8763a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,13 +32,11 @@ pytorch_lightning==2.0.0
PyYAML==6.0
resampy==0.2.2
scipy==1.9.3
soundfile==0.11.0
soundstretch==1.2
torch
tqdm
urllib3==1.26.12
wget==3.2
samplerate==0.1.0
screeninfo==0.8.1
PySoundFile==0.9.0.post1; sys_platform != 'windows'
SoundFile==0.9.0; sys_platform == 'windows'
PySoundFile==0.9.0.post1; sys_platform != 'win32'
SoundFile==0.11.0; sys_platform == 'win32'