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 exception handling #32

Merged
merged 3 commits into from
Nov 10, 2024
Merged

Conversation

ccarrizosa
Copy link
Contributor

Hello.
I had the same issue commented on #29 regarding the Attribute error exception. Looks like they moved the AxisError Exception class to a new submodule.

BR,

@ccarrizosa
Copy link
Contributor Author

Build was failing for Python 3.8 because newest numpy versions (>2.x) are not compatible with this python version. Since there are numpy versions 1.x compatible with all the python versions from 3.8 to 3.12 I've limited the version to be < 2.

@mbsantiago mbsantiago merged commit d05bec8 into macaodha:main Nov 10, 2024
4 checks passed
@mbsantiago
Copy link
Collaborator

Thanks for the fix @ccarrizosa! I'll look into how we can migrate safely into numpy 2 soon.

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.

2 participants