File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 24
24
runs-on : ubuntu-latest
25
25
strategy :
26
26
matrix :
27
- python-version : ['3.8 ', '3.9 ', '3.10 ']
27
+ python-version : ['3.9 ', '3.10 ', '3.11 ']
28
28
29
29
steps :
30
30
- name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
strategy :
22
22
matrix :
23
- python-version : ['3.9 ']
23
+ python-version : ['3.10 ']
24
24
25
25
steps :
26
26
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ classifiers = [
12
12
" Intended Audience :: Science/Research" ,
13
13
" Topic :: Scientific/Engineering :: Image Recognition" ,
14
14
" License :: OSI Approved :: Apache Software License" ,
15
- " Programming Language :: Python :: 3.8" ,
16
15
" Programming Language :: Python :: 3.9" ,
17
16
" Programming Language :: Python :: 3.10" ,
17
+ " Programming Language :: Python :: 3.11" ,
18
18
]
19
19
license = {file = " LICENSE" }
20
- requires-python = " >=3.8 "
20
+ requires-python = " >=3.9 "
21
21
dependencies = [
22
22
' importlib_resources; python_version < "3.9"' ,
23
23
" nibabel >= 5.0.0" ,
@@ -34,7 +34,7 @@ dependencies = [
34
34
" requests" ,
35
35
" sdcflows >= 2.6.0" ,
36
36
# "sdcflows @ git+https://github.com/nipreps/sdcflows.git@master",
37
- " smriprep > = 0.13.0 " ,
37
+ " smriprep ~ = 0.12.1 " ,
38
38
# "smriprep @ git+https://github.com/nipreps/smriprep.git@master",
39
39
" tedana >= 0.0.12" ,
40
40
" templateflow >= 0.6" ,
@@ -100,7 +100,6 @@ version-file = "nibabies/_version.py"
100
100
101
101
[tool .black ]
102
102
line-length = 99
103
- target-version = [' py39' ]
104
103
skip-string-normalization = true
105
104
106
105
[tool .isort ]
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ six==1.16.0
272
272
# via
273
273
# isodate
274
274
# python-dateutil
275
- smriprep == 0.13.0
275
+ smriprep == 0.12.2
276
276
# via nibabies (pyproject.toml)
277
277
sqlalchemy == 2.0.17
278
278
# via pybids
You can’t perform that action at this time.
0 commit comments