File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies = [
2626 " mapca>=0.0.4" ,
2727 " matplotlib>=3.7" ,
2828 " nibabel>=2.5.1" ,
29- " nilearn>=0.10.3,<0.12 " ,
29+ " nilearn>=0.10.3" ,
3030 " numpy>=1.21" ,
3131 " pandas>=2.0" ,
3232 " pybtex>=0.25" ,
Original file line number Diff line number Diff line change 1717import numpy as np
1818import pandas as pd
1919import requests
20- from nilearn ._utils import check_niimg
20+ from nilearn ._utils . niimg_conversions import check_niimg
2121from nilearn .image import new_img_like
2222
2323from tedana import utils
Original file line number Diff line number Diff line change 1515from matplotlib import __version__ as matplotlib_version
1616from nibabel import __version__ as nibabel_version
1717from nilearn import __version__ as nilearn_version
18- from nilearn ._utils import check_niimg
18+ from nilearn ._utils . niimg_conversions import check_niimg
1919from numpy import __version__ as numpy_version
2020from pandas import __version__ as pandas_version
2121from robustica import __version__ as robustica_version
You can’t perform that action at this time.
0 commit comments