File tree Expand file tree Collapse file tree 2 files changed +11
-17
lines changed Expand file tree Collapse file tree 2 files changed +11
-17
lines changed Original file line number Diff line number Diff line change @@ -20,27 +20,27 @@ license = {file = "LICENSE"}
20
20
requires-python = " >=3.10"
21
21
dependencies = [
22
22
" acres >= 0.2.0" ,
23
- " looseversion" ,
23
+ " looseversion >= 1.3 " ,
24
24
" nibabel >= 4.0.1" ,
25
25
" nipype >= 1.8.5" ,
26
26
" nireports >= 24.0.3" ,
27
- " nitime" ,
27
+ " nitime >= 0.9 " ,
28
28
" nitransforms >= 24.1.0" ,
29
29
" niworkflows >= 1.12.1" ,
30
30
" numpy >= 1.24" ,
31
31
" packaging >= 24" ,
32
- " pandas" ,
32
+ " pandas >= 1.2 " ,
33
33
" psutil >= 5.4" ,
34
34
" pybids >= 0.16" ,
35
- " requests" ,
35
+ " requests >= 2.27 " ,
36
36
" sdcflows >= 2.10.0" ,
37
37
" smriprep >= 0.16.0" ,
38
38
" tedana >= 23.0.2" ,
39
39
" templateflow >= 24.2.2" ,
40
- " transforms3d" ,
41
- " toml" ,
42
- " codecarbon" ,
43
- " APScheduler" ,
40
+ " transforms3d >= 0.4 " ,
41
+ " toml >= 0.10 " ,
42
+ " codecarbon >= 2 " ,
43
+ " APScheduler >= 3.10 " ,
44
44
]
45
45
dynamic = [" version" ]
46
46
Original file line number Diff line number Diff line change @@ -40,16 +40,10 @@ pass_env =
40
40
PYTHON_GIL
41
41
extras = test
42
42
setenv =
43
+ pre: UV_EXTRA_INDEX_URL =https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
43
44
pre: PIP_EXTRA_INDEX_URL =https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
44
- deps =
45
- min: nibabel == 4.0.1
46
- min: nipype == 1.8.5
47
- min: nitransforms == 21.0.0
48
- min: numpy == 1.22
49
- min: psutil == 5.4
50
- min: pybids == 0.15.2
51
- min: tedana == 23.0.2
52
- min: templateflow == 24.1.0
45
+ uv_resolution =
46
+ min: lowest-direct
53
47
54
48
commands_pre =
55
49
python scripts/fetch_templates.py
You can’t perform that action at this time.
0 commit comments