Skip to content

Commit 7c5b15e

Browse files
committed
Update package dependencies to latest compatible versions
1 parent 413d93f commit 7c5b15e

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ classifiers = [
3232
"Topic :: Scientific/Engineering :: Medical Science Apps."
3333
]
3434
dependencies = [
35-
"h5py>=3.2.0",
36-
"hdmf>=4.1.0,<5",
35+
"h5py>=3.6.0",
36+
"hdmf>=4.1.1,<5",
3737
"numpy>=1.24.0",
38-
"pandas>=1.2.0",
38+
"pandas>=1.3.5",
3939
"python-dateutil>=2.8.2",
4040
"platformdirs>=4.1.0"
4141
]

requirements-min.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
# 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
62
h5py==3.6.0
73
hdmf==4.1.1
84
numpy==1.24.0
9-
pandas==1.3.4
5+
pandas==1.3.5
106
python-dateutil==2.8.2
117
platformdirs==4.1.0

0 commit comments

Comments
 (0)