Skip to content

Commit

Permalink
Allow higher mutwo music version
Browse files Browse the repository at this point in the history
  • Loading branch information
levinericzimmermann committed Apr 18, 2022
1 parent c819fac commit 6d082b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import setuptools # type: ignore

MAJOR, MINOR, PATCH = 0, 7, 1
MAJOR, MINOR, PATCH = 0, 7, 2
VERSION = f"{MAJOR}.{MINOR}.{PATCH}"
"""This project uses semantic versioning.
See https://semver.org/
Expand Down Expand Up @@ -32,7 +32,7 @@
setup_requires=[],
install_requires=[
"mutwo.ext-core>=0.58.0, <0.60.0",
"mutwo.ext-music>=0.11.0, <0.15.0",
"mutwo.ext-music>=0.11.0, <0.16.0",
"expenvelope>=0.6.5, <1.0.0",
"mido>=1.2.9, <2",
"numpy>=1.18, <2.00",
Expand Down

0 comments on commit 6d082b2

Please sign in to comment.