Skip to content

Commit

Permalink
MAINTENANCE - fix for pip reqs
Browse files Browse the repository at this point in the history
Not for the install...just general version download was referencing music21 <2.0
  • Loading branch information
mrbannon committed Apr 9, 2015
1 parent c3b1329 commit a2b24f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
requires = [
# NB: keep this in sync with vis/requirements.txt and vis/optional_requirements.txt
# NB2: I left out the optional requirements and mock, since they aren't *required*
'music21 (>= 1.9.3, <2.0)',
'music21 (>= 1.9.3, <2.1)',
'pandas (>=0.14.1, <0.16)',
],
install_requires = [
Expand Down

0 comments on commit a2b24f2

Please sign in to comment.