Skip to content

Commit 66a61a0

Browse files
committed
chore(deps): More minimum dependencies, use uv_resolution
1 parent 2d75ec9 commit 66a61a0

File tree

2 files changed

+11
-17
lines changed

2 files changed

+11
-17
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,27 @@ license = {file = "LICENSE"}
2020
requires-python = ">=3.10"
2121
dependencies = [
2222
"acres >= 0.2.0",
23-
"looseversion",
23+
"looseversion >= 1.3",
2424
"nibabel >= 4.0.1",
2525
"nipype >= 1.8.5",
2626
"nireports >= 24.0.3",
27-
"nitime",
27+
"nitime >= 0.9",
2828
"nitransforms >= 24.1.0",
2929
"niworkflows >= 1.12.1",
3030
"numpy >= 1.24",
3131
"packaging >= 24",
32-
"pandas",
32+
"pandas >= 1.2",
3333
"psutil >= 5.4",
3434
"pybids >= 0.16",
35-
"requests",
35+
"requests >= 2.27",
3636
"sdcflows >= 2.10.0",
3737
"smriprep >= 0.16.0",
3838
"tedana >= 23.0.2",
3939
"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",
4444
]
4545
dynamic = ["version"]
4646

tox.ini

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,10 @@ pass_env =
4040
PYTHON_GIL
4141
extras = test
4242
setenv =
43+
pre: UV_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
4344
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
5347

5448
commands_pre =
5549
python scripts/fetch_templates.py

0 commit comments

Comments
 (0)