cosanlab / nltools

Python toolbox for analyzing imaging data
https://nltools.org
MIT License
122 stars 44 forks source link

Saving h5 files on different hardware sometimes produces issues #302

Open ejolly opened 5 years ago

ejolly commented 5 years ago

Looks like this might linked to a pytables issue: https://github.com/pandas-dev/pandas/issues/24839

ejolly commented 5 years ago

We should include a minimum pytables version in our requirements which seems to fix this pytables>=3.5.1

ejolly commented 5 years ago

But that's assuming we have numpy>=1.16. This might require more testing with different combinations of numpy and pytables...