Skip to content

Commit aac0943

Browse files
committed
fix: use pypi for pretty_midi dependency
1 parent bd37a82 commit aac0943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"pandas",
2323
"midi2audio>=0.1.1",
2424
"numpy>=1.23.4",
25-
"pretty-midi @ git+https://github.com/craffel/pretty-midi.git@13b09d4",
25+
"pretty-midi>=0.2.9",
2626
"pydub>=0.25",
2727
"matplotlib>=3.6.2",
2828
"Levenshtein>=0.20.9",

0 commit comments

Comments
 (0)