Update code to support numpy >= 1.24 #434
Labels
Bug
Something isn't working
Enhancement
New feature or request
Hacktoberfest
Issue/PR for hacktoberfest. Completing this issue/PR might not grant the all-contributor recognition
Refactoring
Improve nonfunctional attributes
Summary
Tests in #424 were failing for python 3.10 due to some incompatibility between our code and numpy >=1.24 (see here). Versions of numpy <1.24 did not raise the same issue.
At the moment, the issue is "fixed" by declaring a required numpy version below 1.24, but a more permanent fix should be developed.
Additional detail
Next Steps
The text was updated successfully, but these errors were encountered: