-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Description
@njmei
The original idea was that ipfx and MIES use the same nwb schema version.
As there is currently no support for multiple schema versions in one NWB file. I also doubt that this can be ever done properly.
From the requirements.txt of pynwb
Line 13 in 8c9d00d
| pynwb>=1.3.2,<2.0.0 |
and dandi-cli
https://github.com/dandi/dandi-cli/blob/39dc4f55caec0c92cdfed24db1bc604f988fc0e7/setup.cfg
one can work with older pynwb versions as well.
MIES supports NWB schema version 2.2.0, see https://github.com/AllenInstitute/IPNWB/blob/main/index.rst.
So in essence I think using the corresponding old pynwb version in ipfx, something like 1.2.1, would reduce the fragility introduced with #542.
Metadata
Metadata
Assignees
Labels
No labels