From 3703ed48ca03a4e330ee6bdf08e112904a950300 Mon Sep 17 00:00:00 2001 From: Alex Murkoff <413x1nkp@gmail.com> Date: Wed, 10 Apr 2024 17:00:52 +0700 Subject: [PATCH] Revamped requirements so there are no build issues and conflicts with numpy --- .gitignore | 5 +++++ requirements.txt | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..b1e4e441 --- /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 49c235c1..5d7c2929 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