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