Skip to content

Commit f56b6f4

Browse files
authored
Prepare for PyNWB release 3.1.0 (#2110)
* update CHANGELOG * update requirements * update doc requirements
1 parent d04c9ab commit f56b6f4

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PyNWB Changelog
22

3-
## Upcoming
3+
## PyNWB 3.1.0 (July 8, 2025)
44

55
### Breaking changes
66
- Removed unused functions `prepend_string` and `_not_parent` in `core.py`, `_not_parent` in `file.py`, and `NWBBaseTypeMapper.get_nwb_file` in `io/core.py` @oruebel [#2036](https://github.com/NeurodataWithoutBorders/pynwb/pull/2036)

environment-ros3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ dependencies:
1313
- python-dateutil==2.9.0
1414
- setuptools
1515
- pytest==7.4.3 # pin to pytest < 8 because of incompatibilities to be addressed
16-
- fsspec==2024.12.0
16+
- fsspec==2025.5.1
1717
- requests==2.32.3
18-
- aiohttp==3.11.11
18+
- aiohttp==3.12.13
1919
- pip
2020
- pip:
2121
- remfile==0.1.13

requirements-doc.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ hdf5plugin
1212
dandi>=0.46.6
1313
hdmf-zarr>=0.3.0
1414
zarr<3 # limited to zarr<3 until hdmf-zarr resolves issues with zarr 3.0
15-
linkml-runtime==1.8.3; python_version >= "3.10"
16-
schemasheets==0.3.1; python_version >= "3.10"
17-
oaklib==0.6.18; python_version >= "3.10"
15+
linkml-runtime==1.9.3; python_version >= "3.10"
16+
schemasheets==0.4.0; python_version >= "3.10"
17+
oaklib==0.6.23; python_version >= "3.10"
1818
pooch

requirements-opt.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
linkml-runtime==1.8.3
2-
schemasheets==0.3.1
3-
oaklib==0.6.18
1+
linkml-runtime==1.9.3
2+
schemasheets==0.4.0
3+
oaklib==0.6.23
44

55
# for streaming tests
6-
fsspec==2024.12.0
6+
fsspec==2025.5.1
77
requests==2.32.4
8-
aiohttp==3.11.11
8+
aiohttp==3.12.13
99

1010
# For read_nwb tests
1111
hdmf-zarr

0 commit comments

Comments
 (0)