Skip to content

Commit

Permalink
Update numpy dependency.
Browse files Browse the repository at this point in the history
Switch to using the highest version that works with pylint.
Fixes issues with colab environment. (Fixes #1426)
Also increase protobuf version since old versions of that cause problems too.
Also bump the version number for an immediate new release.

PiperOrigin-RevId: 232324825
  • Loading branch information
cghawthorne authored and Copybara-Service committed Feb 4, 2019
1 parent 24ff824 commit 14e7035
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion magenta/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
pulling in all the dependencies in __init__.py.
"""

__version__ = '1.0.1'
__version__ = '1.0.2'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
'matplotlib >= 1.5.3',
'mido == 1.2.6',
'mir_eval >= 0.4',
'numpy == 1.13.3', # higher versions confuse pylint.
'numpy >= 1.14.6, <= 1.15.4', # higher versions confuse pylint.
'pandas >= 0.18.1',
'pretty_midi >= 0.2.6',
'protobuf',
'protobuf >= 3.6.1',
'pygtrie >= 2.3',
'python-rtmidi >= 1.1, < 1.2', # 1.2 breaks us
'scipy >= 0.18.1',
Expand Down

0 comments on commit 14e7035

Please sign in to comment.