eyov commited on
Commit
2fa5fa5
·
verified ·
1 Parent(s): 234338e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -2,10 +2,11 @@
2
  torch>=2.0.0
3
  torchaudio>=2.0.0
4
  demucs>=4.0.0
5
- basic-pitch>=0.4.0
6
- pillow>=10.4.0
7
  # Gradio UI
8
  gradio>=4.0.0
 
9
 
10
  # Audio I/O & MIDI
11
  soundfile>=0.12.0
 
2
  torch>=2.0.0
3
  torchaudio>=2.0.0
4
  demucs>=4.0.0
5
+ basic-pitch @ git+https://github.com/spotify/basic-pitch.git
6
+
7
  # Gradio UI
8
  gradio>=4.0.0
9
+ pillow>=10.4.0
10
 
11
  # Audio I/O & MIDI
12
  soundfile>=0.12.0