mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2024-11-23 23:10:57 +01:00
Revamped requirements so there are no build issues and conflicts with numpy
This commit is contained in:
parent
c975f04885
commit
3703ed48ca
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
venv
|
||||
__pycache__
|
||||
demucs
|
||||
gui_data
|
||||
lib_v5
|
@ -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
|
Loading…
Reference in New Issue
Block a user