You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It also fails for the latest version of numpy 1.24, due to enforced API deprecations. I've currently pinned us to numpy<1.24, but we should drop it as a dependency and switch over to h5py ASAP, which has long term support from the HDF5 team. But this will require a bit of rewriting for how we're saving and loading Brain_Data and Adjacency objects
The text was updated successfully, but these errors were encountered:
@ejolly. Apologies for the delay. Seems like it is reading and writing data ok. I propose merging this and unpinning the old versions of numpy. thanks!
Deepdish doesn't seem to be under development any more: uchicago-cs/deepdish#49 (comment)
It also fails for the latest version of numpy 1.24, due to enforced API deprecations. I've currently pinned us to
numpy<1.24
, but we should drop it as a dependency and switch over to h5py ASAP, which has long term support from the HDF5 team. But this will require a bit of rewriting for how we're saving and loadingBrain_Data
andAdjacency
objectsThe text was updated successfully, but these errors were encountered: