Correct OpenCV Dependabot compatibility cutoff

This commit is contained in:
Victor Kuznetsov
2026-07-30 18:18:49 -07:00
parent 0c4b26bb77
commit fc177bacde
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ updates:
- "minor"
- "patch"
# The `all` extra must remain jointly resolvable. These candidates violate
# upstream constraints: TrustMark still requires NumPy 1.x, OpenCV 4.13+
# upstream constraints: TrustMark still requires NumPy 1.x, OpenCV 4.12+
# requires NumPy 2 on newer Python versions, and this project keeps tokenizers
# below 0.23 for the stable Transformers path. Keep Dependabot on the
# compatible lines until those constraints move.
@@ -25,7 +25,7 @@ updates:
- ">=2"
- dependency-name: "opencv-python-headless"
versions:
- ">=4.13"
- ">=4.12"
- dependency-name: "tokenizers"
versions:
- ">=0.23"