Skip to content

Commit

Permalink
Use hdmf 3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Feb 6, 2024
1 parent 0a5a4f5 commit c12b9e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environment-ros3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements-min.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c12b9e9

Please sign in to comment.