Skip to content

Commit

Permalink
Allow a newer opencv
Browse files Browse the repository at this point in the history
  • Loading branch information
WillB97 committed Dec 6, 2024
1 parent c3fcd35 commit 58f94dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install .[dev,cli]
python -m pip install 'opencv-python-headless>=4.8,<4.9'
python -m pip install 'opencv-python-headless>=4.8,<5'
- name: Lint
run: |
poe lint
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cli = [
"tabulate >=0.9.0,<1",
"font-roboto >=0.0.1",
]
opencv = ["opencv-python-headless >=4,<4.9"]
opencv = ["opencv-python-headless >=4,<5"]

[project.scripts]
april_vision = "april_vision.cli:main"
Expand Down

0 comments on commit 58f94dd

Please sign in to comment.