Skip to content
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

Make cv2 optional #56

Merged
merged 6 commits into from
Sep 22, 2024
Merged

Make cv2 optional #56

merged 6 commits into from
Sep 22, 2024

Conversation

patrickvonplaten
Copy link
Contributor

No description provided.

@@ -23,9 +23,10 @@ warn_unused_ignores = true
exclude = ["docs", "tools", "build"]

[[tool.mypy.overrides]]
module = "sentencepiece.*"
module = ["sentencepiece.*", "cv2", "cv2.*"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ignore cv2 import errors

@patrickvonplaten patrickvonplaten merged commit ce9ce79 into main Sep 22, 2024
2 checks passed
@patrickvonplaten patrickvonplaten deleted the make_cv2_optional branch September 22, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants