AllenInstitute / AllenSDK

code for reading and processing Allen Institute for Brain Science data
https://allensdk.readthedocs.io/en/latest/
Other
333 stars 149 forks source link

`hdmf` requirement is not compatible with latest `pynwb` #2706

Open jsiegle opened 11 months ago

jsiegle commented 11 months ago

Describe the bug Importing any AllenSDK classes that depend on pynwb (or simply calling import pynwb) leads to an ImportError.

pynwb version 2.4.0 was released 8 hours ago and requires hdmf version 3.8.0. However, the AllenSDK requires hdmf version 3.4.7 or lower. I fixed it within my environment by upgrading to the latest version of hdmf.

To Reproduce Install the latest version of the AllenSDK and call import pynwb

Environment (please complete the following information):