Skip to content

Commit

Permalink
MAINTENANCE: reverted music21 req. to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbannon committed Jul 27, 2015
1 parent 995cb41 commit d4921e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_MAJOR = 2
_MINOR = 1
_PATCH = 1
_PATCH = 2
__version__ = '{}.{}.{}'.format(_MAJOR, _MINOR, _PATCH)
3 changes: 1 addition & 2 deletions vis/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# These packages are required for vis.
# Certain functionality will be missing; see optional_requirements.txt.
# music21>=2.0.3,<2.1
-e git://github.com/cuthbertLab/music21.git@3fb33def708602485eadc1a655ede2fe22acb766 # Use this until released
music21>=2.0.3,<2.1
pandas>=0.14.1,<0.16
mock>=1.0.1
coverage
Expand Down

1 comment on commit d4921e7

@musicus
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pip install worked!

Please sign in to comment.