Huiran Yu commited on
Commit
89e1a18
·
1 Parent(s): b3ec3dd

madmom build fix

Browse files
Files changed (2) hide show
  1. packages.txt +2 -0
  2. requirements.txt +4 -2
packages.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ build-essential
2
+ python3-dev
requirements.txt CHANGED
@@ -1,5 +1,7 @@
 
 
1
  git+https://github.com/TEAMuP-dev/pyharp.git@v0.3.0
2
  librosa
 
3
  madmom
4
- BeatNet
5
- Cython
 
1
+ pip>=23.1
2
+ setuptools>=65
3
  git+https://github.com/TEAMuP-dev/pyharp.git@v0.3.0
4
  librosa
5
+ Cython
6
  madmom
7
+ BeatNet