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

Add upper limit for numpy version in conda recipe #34

Open
taprs opened this issue Jan 28, 2025 · 1 comment
Open

Add upper limit for numpy version in conda recipe #34

taprs opened this issue Jan 28, 2025 · 1 comment

Comments

@taprs
Copy link

taprs commented Jan 28, 2025

When running skmer from a fresh conda install, I noticed that I have to downgrade numpy to 1.26.4 to make skmer reference run, otherwise (with default numpy=2.0.2 that got installed with the env) I get the following error:

AttributeError: module 'numpy' has no attribute 'math'

I think restricting numpy to <=1.26.4 will solve it for future installations.

@BenKuhnhaeuser
Copy link

Same issue here! Of course the cleaner solution would be to update Skmer to work with the latest version of numpy.

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

2 participants