Skip to content

Commit

Permalink
fix opencv version (#239)
Browse files Browse the repository at this point in the history
* lock opencv and contrib versions to 4.9 and remove install_opencv script

* remove HAS_OMNIDIR test skip

* remove unused imports

* remove execution of removed script

* add upper bound for numpy

* lock poetry

* use headless opencv

* use headed opencv

* fix trailing whitespace
  • Loading branch information
NiklasNeugebauer authored Dec 12, 2024
1 parent cef33b2 commit 5d946da
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 120 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- name: install dependencies
run: |
poetry install --with dev
poetry run install-deps
- name: pre-commit, mypy and pylint
run: |
poetry run pre-commit run --all-files
Expand All @@ -48,7 +47,6 @@ jobs:
- name: install dependencies
run: |
poetry install --with dev
poetry run install-deps
sudo apt-get update && sudo apt-get install -y v4l-utils psmisc libgl1-mesa-glx
- name: test
run: poetry run pytest
Expand Down
32 changes: 0 additions & 32 deletions install_opencv.py

This file was deleted.

Loading

0 comments on commit 5d946da

Please sign in to comment.