Skip to content

Commit

Permalink
chore(deps): remove opencv
Browse files Browse the repository at this point in the history
We are using numpy. Specify it as a direct dependency. Upgrade it from 1
to 2.
  • Loading branch information
aentwist committed Sep 7, 2024
1 parent 7e1d698 commit f7f57ba
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 65 deletions.
111 changes: 47 additions & 64 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ py-scrcpy = "scrcpy_ui:main"
# Should match the python versions in .github/workflows/ci.yml and publish.yml
python = ">=3.9,<3.13"
av = "^12"
opencv-python = "^4.5.0"
numpy = "^2"
adbutils = "^1.0.8"

# Optional dependencies for ui
Expand Down

0 comments on commit f7f57ba

Please sign in to comment.