Skip to content

Commit 2725960

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9f20d6a commit 2725960

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ dependencies = [
3232
]
3333

3434
[dependency-groups]
35-
# opencv-python has no free-threaded (cp314t) wheel yet and fails to build from
36-
# source under 3.14t (CMake), which blocks `uv sync` for every job. Keep it in an
37-
# optional group so the free-threaded CI can install everything else and actually
38-
# run pytest-run-parallel on the pure-Python algorithms. Re-fold into core deps
39-
# once a cp314t wheel ships (upstream: opencv/opencv#27933).
40-
cv = [
41-
"opencv-python>=4.10.0.84",
42-
]
4335
test = [
4436
"pytest>=8.4.1",
4537
"pytest-cov>=6",
@@ -49,6 +41,14 @@ docs = [
4941
"sphinx-autoapi>=3.4",
5042
"sphinx-pyproject>=0.3",
5143
]
44+
# opencv-python has no free-threaded (cp314t) wheel yet and fails to build from
45+
# source under 3.14t (CMake), which blocks `uv sync` for every job. Keep it in an
46+
# optional group so the free-threaded CI can install everything else and actually
47+
# run pytest-run-parallel on the pure-Python algorithms. Re-fold into core deps
48+
# once a cp314t wheel ships (upstream: opencv/opencv#27933).
49+
cv = [
50+
"opencv-python>=4.10.0.84",
51+
]
5252
euler-validate = [
5353
"httpx>=0.28.1",
5454
"numpy>=2.1.3",

0 commit comments

Comments
 (0)