diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b1e4e44 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +venv +__pycache__ +demucs +gui_data +lib_v5 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 49c235c..5d7c292 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file