netneurolab / netneurotools

Useful tools from the Network Neuroscience Lab
https://netneurolab.github.io/netneurotools
BSD 3-Clause "New" or "Revised" License
57 stars 33 forks source link

Not compatible with `nilearn` version 0.10.1 onwards #132

Closed ghisvail closed 7 months ago

ghisvail commented 7 months ago

There has been a significant refactoring effort on private utilities used throughout nilearn.

As a result, importing the nilearn file fetching utilities produces an ImportError when netneurotools is used alongside a recent enough version of nilearn. It should be easily fixable by some try / catch logic.

liuzhenqi77 commented 7 months ago

Fixed in #130