Skip to content

Commit

Permalink
fix: remove 2020-resolver option
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyololicon committed Jul 31, 2023
1 parent f3310a2 commit aa83200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ install_with_pip() {
# Install some tricky packages that cannot be resolved by setup.py
# and requirements.txt.
pip install Cython numpy
pip install madmom --use-feature=2020-resolver
pip install madmom

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

0 comments on commit aa83200

Please sign in to comment.