NeurodataWithoutBorders / pynwb

A Python API for working with Neurodata stored in the NWB Format
https://pynwb.readthedocs.io
Other
178 stars 84 forks source link

[Bug]: Python 3.9 tests are failing because numpy 2.1.1 is not available on 3.9 #1962

Closed rly closed 2 months ago

rly commented 2 months ago

What happened?

We recently bumped the default numpy version used for testing to 2.1.1, but 2.1.1 is not available on Python 3.9. This causes our daily workflows to fail. See https://github.com/NeurodataWithoutBorders/pynwb/actions/runs/10757220557/job/29831017541

Steps to Reproduce

Run `pip install -r requirements.txt` on Python 3.9.

Traceback

No response

Operating System

Linux

Python Executable

Python

Python Version

3.9

Package Versions

No response

Code of Conduct