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 413d93f commit 7c5b15eCopy full SHA for 7c5b15e
pyproject.toml
@@ -32,10 +32,10 @@ classifiers = [
32
"Topic :: Scientific/Engineering :: Medical Science Apps."
33
]
34
dependencies = [
35
- "h5py>=3.2.0",
36
- "hdmf>=4.1.0,<5",
+ "h5py>=3.6.0",
+ "hdmf>=4.1.1,<5",
37
"numpy>=1.24.0",
38
- "pandas>=1.2.0",
+ "pandas>=1.3.5",
39
"python-dateutil>=2.8.2",
40
"platformdirs>=4.1.0"
41
requirements-min.txt
@@ -1,11 +1,7 @@
1
# minimum versions of package dependencies for installing PyNWB
2
-h5py==3.15.1
3
-hdmf==4.1.1
4
-numpy==2.2.6
5
-pandas==2.3.3
6
h5py==3.6.0
7
hdmf==4.1.1
8
numpy==1.24.0
9
-pandas==1.3.4
+pandas==1.3.5
10
python-dateutil==2.8.2
11
platformdirs==4.1.0
0 commit comments