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

Python 3.10 support? #2602

Open romina1601 opened 1 year ago

romina1601 commented 1 year ago

Hello, I am part of The Virtual Brain development team and in our project we make use of AllenSDK to get some mouse Connectivity data (see here how we use it). Currently we have a distribution for our entire application, which uses Python 3.10. We managed to integrate AllenSDK into our app, but with a pretty old version of the library, i.e. 0.16.3. Unfortunately, no newer version works in our 3.10 environment. We are wondering if you plan to offer support for python 3.10 any time soon, as we would like to be able to use a newer version for AllenSDK.

patrick-nicodemus commented 1 year ago

This would be very helpful. At the moment one of the barriers for me is apparently dependence on matplotlib < 3.4.3, which is seemingly (?) incompatible with Python 3.10.

aamster commented 1 year ago

@patrick-nicodemus thanks for letting us know. We'll work on this ASAP.