-
Notifications
You must be signed in to change notification settings - Fork 23
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: pinned np to 1.25.2 #152
Conversation
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.
Thanks for the contribution @mschweig! Mind to sign your commit for the DCO check to pass?
Signed-off-by: Manuel Schweiger <[email protected]>
Signed-off-by: Manuel Schweiger <[email protected]>
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.
LGTM with green CI
Pull Request Test Coverage Report for Build 12996734647Details
💛 - Coveralls |
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.
LGTM!
pip dependency resolver installs numpy >2 with
[install_spot_ros2.sh](https://github.com/bdaiinstitute/spot_ros2/blob/main/install_spot_ros2.sh)
Conflicts with ROS2 and several packages such as
cv_bridge
Pinned numpy to 1.25.2 in
requirements.txt
Fixes:
bdaiinstitute/spot_ros2#492
bdaiinstitute/spot_ros2#555