cosanlab / nltools

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

numpy locked to old version #445

Open davidrzs opened 3 weeks ago

davidrzs commented 3 weeks ago

I am trying to build an audiovisual processing pipeline on top of py-feat which uses nltools. Unfortunately a lot of other packages I use have higher numpy version requirements making them incompatible with nltools. Is numpy<1.24 a hard requirement?

(not directly an issue but more of an inquiry)

ljchang commented 3 weeks ago

Hi @davidrzs, thanks for your message. We are in the process of updating nltools to fix this dependency lock and also to remove nltools as a dependency for py-feat. Hopefully, this will all done before the winter holiday.