File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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- ]
4436test = [
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+ ]
5353euler-validate = [
5454 " httpx>=0.28.1" ,
5555 " numpy>=2.1.3" ,
You can’t perform that action at this time.
0 commit comments