recogmem-release-NWB
recogmem-release-NWB copied to clipboard
Upgrade pynwb version
Description
When running from pynwb import NWBHDF5IO in the DANDI Example Notebook 000004, an error is returned as described by @dnkennedy. I believe this is due to pynwb being pinned to version 1.1.0 in this package.
Possible solution
A workaround that resolves the import is to upgrade pynwb to version 2.8.2.
Thank you