diff --git a/CHANGELOG.md b/CHANGELOG.md index 36bd0a35d..327541002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # PyNWB Changelog -## PyNWB 2.7.0 (Upcoming) +## PyNWB 2.7.0 (May 2, 2024) ### Enhancements and minor changes - Added `bounds` field to `SpatialSeries` to set optional boundary range (min, max) for each dimension of data. @mavaylon1 [#1869](https://github.com/NeurodataWithoutBorders/pynwb/pull/1869/files) diff --git a/environment-ros3.yml b/environment-ros3.yml index 155d2a938..8c93623bc 100644 --- a/environment-ros3.yml +++ b/environment-ros3.yml @@ -5,11 +5,11 @@ channels: - defaults dependencies: - python==3.12 - - h5py==3.10.0 - - hdmf==3.12.2 + - h5py==3.11.0 + - hdmf==3.13.0 - matplotlib==3.8.0 - - numpy==1.26 - - pandas==2.1.2 + - numpy==1.26.4 + - pandas==2.2.1 - python-dateutil==2.8.2 - setuptools - pytest==7.4.3 # This is for the upcoming pytest update diff --git a/requirements.txt b/requirements.txt index 836052317..dd152ad16 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.2 -numpy==1.26.1 -pandas==2.1.2 -python-dateutil==2.8.2 +h5py==3.11.0 +hdmf==3.13.0 +numpy==1.26.4 +pandas==2.2.1 +python-dateutil==2.9.0.post0