From c12b9e99385bca634241026cc1f78ca8f6389491 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Tue, 6 Feb 2024 00:54:42 -0800 Subject: [PATCH] Use hdmf 3.12.1 --- environment-ros3.yml | 2 +- requirements-min.txt | 2 +- requirements.txt | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/environment-ros3.yml b/environment-ros3.yml index c84b4c090..f5edea6ad 100644 --- a/environment-ros3.yml +++ b/environment-ros3.yml @@ -6,7 +6,7 @@ channels: dependencies: - python==3.11 - h5py==3.8.0 - - hdmf==3.5.4 + - hdmf==3.12.1 - matplotlib==3.7.1 - numpy==1.24.2 - pandas==2.0.0 diff --git a/requirements-min.txt b/requirements-min.txt index 816d53d43..098aea15d 100644 --- a/requirements-min.txt +++ b/requirements-min.txt @@ -1,6 +1,6 @@ # minimum versions of package dependencies for installing PyNWB h5py==2.10 # support for selection of datasets with list of indices added in 2.10 -hdmf==3.12.0 +hdmf==3.12.1 numpy==1.18 pandas==1.1.5 python-dateutil==2.7.3 diff --git a/requirements.txt b/requirements.txt index d09ec7425..0add9c54d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # pinned dependencies to reproduce an entire development environment to use PyNWB h5py==3.10.0 -hdmf==3.12.0 +hdmf==3.12.1 numpy==1.26.1 pandas==2.1.2 python-dateutil==2.8.2 diff --git a/setup.py b/setup.py index 0e48c269a..d03688905 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ reqs = [ 'h5py>=2.10', - 'hdmf>=3.12.0', + 'hdmf>=3.12.1', 'numpy>=1.16', 'pandas>=1.1.5', 'python-dateutil>=2.7.3',