Revamped requirements so there are no build issues and conflicts with numpy

This commit is contained in:
Alex Murkoff 2024-04-10 17:00:52 +07:00
parent c975f04885
commit 3703ed48ca
2 changed files with 8 additions and 2 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
venv
__pycache__
demucs
gui_data
lib_v5

View File

@ -38,5 +38,6 @@ onnxruntime-gpu
onnx2pytorch
SoundFile==0.11.0; sys_platform != 'darwin'
PySoundFile==0.9.0.post1; sys_platform == 'darwin'
Dora==0.0.3
numpy==1.23.5
scikit-learn
numpy==1.24.2
Dora==0.0.3