You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Drop .idea from project and add to .gitignore.
* Remove redundant build steps, rely on base image instead.
* Replace opencv-python with opencv-python-headless.
Update version to drop Python2 support.
Fixes#4.
* Upgrade pandas to v1.
* Update docstring formatting.
* Another docstring update.
* Sort imports with isort and remove unused imports.
* Ignore training.py from coverage report.
No need to report on this, it is untested
* Markdown linting.
* More docstring updates.
* Final docstring updates.
* PEP8
* opencv-headless does not need so many deps.
* Import DBSCAN from sklearn.
requirements.txt
declaresopencv-python<4
as a dependency for this project, but it looks likecv2
is not used anywhere.This dependency is vulnerable and should be upgraded to >=4.2.0.32 or removed from
requirements.txt
.The text was updated successfully, but these errors were encountered: