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(pip): add transforms3d to requirements #216

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

texhnolyze
Copy link
Contributor

because otherwise we use the apt system version 0.3.1 from 2017. This lead to issues in combination with newer numpy versions, which are installed by our requirements due to dependencies on it by other packages (e.g. YOEO).
This would lead to our software stack not being launchable on fresh setups.

Fixes: #215

Checklist

  • Run colcon build
  • Write documentation
  • Create issues for future work
  • Test on your machine
  • Test on the robot
  • This PR is on our Software project board

Sorry, something went wrong.

because otherwise we use the apt system version 0.3.1 from 2017.
This lead to issues in combination with newer `numpy` versions, which
are installed by our requirements due to dependencies on it by other
packages (e.g. filterpy).
This would lead to our software stack not being launchable on fresh
setups.

Fixes: #215
@texhnolyze texhnolyze force-pushed the fix/outdated-transforms3d-numpy-conflitcs branch from dd24fa9 to 386666b Compare November 16, 2023 22:50
@Flova Flova merged commit 64081f7 into master Nov 20, 2023
@Flova Flova deleted the fix/outdated-transforms3d-numpy-conflitcs branch November 20, 2023 15:14
Flova pushed a commit that referenced this pull request Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Versioning issues with numpy and transforms3d versions
2 participants