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

Support numpy 1.24 across all simulators #91

Open
pgleeson opened this issue Jan 24, 2023 · 1 comment
Open

Support numpy 1.24 across all simulators #91

pgleeson opened this issue Jan 24, 2023 · 1 comment

Comments

@pgleeson
Copy link
Member

numpy 1.24 has removed a number of previously deprecated methods/fields (e.g. numpy.int, numpy.float) causing multiple test failures. These changes need to be made in relevant packages (e.g. PyNN) and then this line removed from here:

pip install 'numpy<=1.23.0' # temp fix for https://levelup.gitconnected.com/fix-attributeerror-module-numpy-has-no-attribute-float-d7d68c5a4971

pgleeson added a commit to NeuroML/NeuroMLlite that referenced this issue Jan 24, 2023
pgleeson added a commit to NeuroML/NeuroML2 that referenced this issue Jan 26, 2023
pgleeson added a commit to OpenSourceBrain/NetPyNEShowcase that referenced this issue Jan 26, 2023
pgleeson added a commit to OpenSourceBrain/OpenCortex that referenced this issue Jan 26, 2023
pgleeson added a commit to OpenSourceBrain/Brunel2000 that referenced this issue Jan 27, 2023
pgleeson added a commit to OpenSourceBrain/PotjansDiesmann2014 that referenced this issue Apr 19, 2023
@sanjayankur31
Copy link
Contributor

Numpy 2.x just got released, so we need to bump up our numpy here to check if it works with new numpy versions. It's affecting other repos and OMV based workflows too, eg:

OpenSourceBrain/SBMLShowcase#23

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