saumyap29 commited on
Commit
1879721
·
1 Parent(s): 0808f59

requirements.txt fix

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
  torch==2.9.0
2
  torchaudio==2.9.0
3
- numpy
4
  argbind
5
  git+https://github.com/descriptinc/audiotools.git
6
- pyharp>=1.7.8
7
  gradio>=4.42.0
8
  librosa
9
  soundfile
 
1
  torch==2.9.0
2
  torchaudio==2.9.0
3
+ numpy<2
4
  argbind
5
  git+https://github.com/descriptinc/audiotools.git
6
+ git+https://github.com/TEAMuP-dev/pyharp.git@v0.3.0
7
  gradio>=4.42.0
8
  librosa
9
  soundfile