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

FIX: specify numpy install version for OpenCV compatibility #51

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

keiranbarr
Copy link
Collaborator

Numpy 2.0 was released last week, which is incompatible with the required version of OpenCV--read more here. Added manual specification of numpy version to requirements to fix the problem.

@vaughantnrc
Copy link
Collaborator

Thanks Keiran. We'll probably need to revisit the dependencies in general and do thorough testing before a full release.

requirements.txt Outdated
Comment on lines 5 to 4
numpy-stl
numpy==1.26.4
Copy link
Collaborator

Choose a reason for hiding this comment

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

  1. The 3D renderer depends on numpy-stl.
  2. I believe you can specify a "compatible" version by using ~=, see https://stackoverflow.com/a/39590286

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