Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed May 3, 2022
1 parent a387d84 commit 6c239f3
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 18 deletions.
85 changes: 69 additions & 16 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ packages = [
py-scrcpy = "scrcpy_ui:main"

[tool.poetry.dependencies]
python = ">=3.7"
python = ">=3.7,<3.11"
av = "^9.0.0"
opencv-python = "^4.0.0"
opencv-python = "^4.5.0"

# Optional dependencies for ui
click ={ version = "^8.0.0", optional = true }
Expand Down

0 comments on commit 6c239f3

Please sign in to comment.