We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ef205 commit 1178e0dCopy full SHA for 1178e0d
requirements.txt
@@ -1,6 +1,7 @@
1
# pinned dependencies to reproduce an entire development environment to use PyNWB
2
h5py==3.11.0
3
hdmf==3.14.3
4
-numpy==2.1.1
+numpy==2.1.1; python_version > "3.9" # numpy 2.1+ is not compatible with py3.9
5
+numpy==2.0.2; python_version == "3.9"
6
pandas==2.2.2
7
python-dateutil==2.9.0.post0
0 commit comments