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
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
fastapi==0.100.0
fastapi-utils==0.2.1
hjson
numpy
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

opencv-contrib-python==4.5.5.64
pydantic~=1.10.15
PyOpenGL==3.1.7
Expand Down