Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failing numpy 1.9.3 build on Travis CI #401

Merged
merged 1 commit into from
Aug 14, 2018

Conversation

grlee77
Copy link
Contributor

@grlee77 grlee77 commented Aug 14, 2018

For our test with numpy 1.9.3, force Matplotlib <=2.2.2. Version 2.2.3 which requires numpy >= 1.10.0 was getting downloaded by default, leading to a failure on Travis.

Alternatively, we could bump the minimum NumPy version.

Matplotlib 2.2.3 requires numpy >= 1.10.0
@grlee77 grlee77 merged commit 233c5a6 into PyWavelets:master Aug 14, 2018
@rgommers
Copy link
Member

This looks like a good solution to me. No problem bumping NumPy to, e.g., >= 1.11.3, but if it's not needed then why do it.

@grlee77 grlee77 deleted the travis_mplspec branch August 28, 2018 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants