Skip to content

Commit

Permalink
[DAR-2469][External] Fixed opencv version to 4.10.0.82 (#871)
Browse files Browse the repository at this point in the history
* Fixed opencv version

* Fixed pyproject.toml file

* WIP
  • Loading branch information
JBWilkie committed Jun 18, 2024
1 parent a36f024 commit 2c74e78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ version = "^1.0.0"

[tool.poetry.dependencies.opencv-python-headless]
optional = true
version = "^4.8.0.76"
version = "4.10.0.82"

[tool.poetry.dependencies.pytest-rerunfailures]
optional = true
version = "^12.0"
Expand Down

0 comments on commit 2c74e78

Please sign in to comment.