Skip to content

Commit

Permalink
remove numpy and madmom
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyololicon committed Jul 31, 2023
1 parent 9fc1679 commit 7130a14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ install_with_poetry() {
install_with_pip() {
# Install some tricky packages that cannot be resolved by setup.py
# and requirements.txt.
pip install Cython numpy
pip install madmom
pip install Cython #numpy
# pip install madmom

# pip install -r requirements.txt
# python3 setup.py install
Expand Down

0 comments on commit 7130a14

Please sign in to comment.