-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove opencv #79
Remove opencv #79
Conversation
Python 3.8 will be end-of-life in about 1 month. Drop support for it to support numpy 2. See https://devguide.python.org/versions/
We are using numpy. Specify it as a direct dependency. Upgrade it from 1 to 2.
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #79 +/- ##
=======================================
Coverage 98.17% 98.18%
=======================================
Files 4 4
Lines 549 550 +1
=======================================
+ Hits 539 540 +1
Misses 10 10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
LFG son |
The `[tool.poetry.dev-dependencies]` section has been deprecated since Poetry 1.2. Move to the equivalent `[tool.poetry.group.dev.dependencies]`. See https://python-poetry.org/blog/announcing-poetry-1.2.0/#dependency-groups
Fix warnings when running tests.
@leng-yue up to you |
See commits
Closes #78 ,#74
Related to #62