Skip to content

Commit 0f4d75d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 91052fb commit 0f4d75d

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
@@ -33,14 +33,6 @@ dependencies = [
3333
]
3434

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

0 commit comments

Comments
 (0)