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 numpy version #37

Merged
merged 1 commit into from
Jun 23, 2019
Merged

Conversation

Jamim
Copy link
Contributor

@Jamim Jamim commented Jun 22, 2019

Hello,

TestIntArray.test_bad_values fails with numpy>=1.16.0, so it makes sense to pin numpy to <1.16.0 for now.

These changes also:

  • Make CI update requirements
  • Add pip freeze command to CI install step

TestIntArray.test_bad_values fails with numpy>=1.16.0,
so it makes sense to pin numpy to <1.16.0 for now.

These changes also:

 - Make CI update requirements

 - Add pip freeze command to CI install step
@SylvainCorlay
Copy link
Member

Thanks @Jamim!

Merging. Do you have a proposed fix for the failure and more recent versions of NumPy?

@SylvainCorlay SylvainCorlay merged commit 0a030b9 into jupyter-widgets:master Jun 23, 2019
@Jamim Jamim deleted the fix/numpy-version branch June 23, 2019 22:20
@vidartf
Copy link
Member

vidartf commented Jun 23, 2019

Wait, is this a bug in numpy, or are we doing something wrong?

@Jamim
Copy link
Contributor Author

Jamim commented Jun 23, 2019

Hello @SylvainCorlay and @vidartf,

I've just created a corresponding PR: #38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants