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

Why requires NumPy==1.11.0? #86

Closed
aht opened this issue Oct 18, 2017 · 6 comments
Closed

Why requires NumPy==1.11.0? #86

aht opened this issue Oct 18, 2017 · 6 comments

Comments

@aht
Copy link

aht commented Oct 18, 2017

Is there a specific problem with other versions? For example, our infrastructure uses numpy-1.13.3 and installing hyperopt-sklearn basically downgrades numpy.

It seems both sklearn and hyperopt only specifies generic numpy dependency.

@jaberg
Copy link
Contributor

jaberg commented Oct 19, 2017 via email

@gigglegrig
Copy link

same error with Numpy. It's uninstalling my Numpy1.13 and replace with Numpy 1.10, but failed.

@bjkomer
Copy link
Member

bjkomer commented Nov 25, 2017

There was an issue that came up with Numpy 1.12, so a workaround was to fix it to 1.11 where it worked.

This was a while ago so it's possible the newer numpy 1.13 is okay. If not, we'll have to figure out where it is coming from and fix it on our end.

@gigglegrig
Copy link

Yeah, I realized that too. The problem is Python 3.6 doesn't run with Numpy 1.11.
Hope this can be addressed~ Thanks

@aht
Copy link
Author

aht commented Dec 1, 2017

@bjkomer I can verify that auto-sklearn works with numpy-1.13

@bjkomer
Copy link
Member

bjkomer commented Dec 2, 2017

Thanks! I've verified it as well, and hyperopt-sklearn works with numpy-1.13. The setup.py has been updated

@bjkomer bjkomer closed this as completed Dec 3, 2017
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

No branches or pull requests

4 participants