-
-
Notifications
You must be signed in to change notification settings - Fork 293
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
Update opencv and numpy #2147
Update opencv and numpy #2147
Conversation
Are we going with a conversion function or not? I thought we agreed on that yesterday. |
Oh yeah, I'll do that today |
Btw in case you didn't see on discord, we don't need a conversion function. Mats are just ndarrays. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to assume this is good now. We can fix more of the type errors in a separate PR
This version of numpy is basically the highest and lowest we can go without causing conflicts. Requires numba to be updated, which is included in #2146. Also requires me to fix a bunch of type issues