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 numpy version for py39 #1963

Merged
merged 2 commits into from
Sep 9, 2024
Merged

Fix numpy version for py39 #1963

merged 2 commits into from
Sep 9, 2024

Conversation

rly
Copy link
Contributor

@rly rly commented Sep 8, 2024

Motivation

Fi #1962. Minor change on top of #1956, so I think no changelog updated is needed.

Checklist

  • Did you update CHANGELOG.md with your changes?
  • Have you checked our Contributing document?
  • Have you ensured the PR clearly describes the problem and the solution?
  • Is your contribution compliant with our coding style? This can be checked running ruff check . && codespell from the source directory.
  • Have you checked to ensure that there aren't other open Pull Requests for the same change?
  • Have you included the relevant issue number using "Fix #XXX" notation where XXX is the issue number? By including "Fix #XXX" you allow GitHub to close issue #XXX when the PR is merged.

Copy link

codecov bot commented Sep 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.20%. Comparing base (44ef205) to head (1411cfb).
Report is 22 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #1963   +/-   ##
=======================================
  Coverage   92.20%   92.20%           
=======================================
  Files          27       27           
  Lines        2656     2656           
  Branches      693      693           
=======================================
  Hits         2449     2449           
  Misses        134      134           
  Partials       73       73           
Flag Coverage Δ
integration 73.19% <ø> (ø)
unit 83.77% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rly rly requested a review from stephprince September 8, 2024 19:50
@rly
Copy link
Contributor Author

rly commented Sep 8, 2024

@stephprince
Copy link
Contributor

Sounds good. For the environment-ros3.yml file, do you prefer using just numpy==2.1.1 there or moving the numpy install to the pip section to use the same environment markers?

@rly
Copy link
Contributor Author

rly commented Sep 9, 2024

Sounds good. For the environment-ros3.yml file, do you prefer using just numpy==2.1.1 there or moving the numpy install to the pip section to use the same environment markers?

The Python version in that file is pinned to Python 3.12 (so we only test ros3 support on Python 3.12), so it should be OK.

@rly rly merged commit 1178e0d into dev Sep 9, 2024
71 checks passed
@rly rly deleted the py39_fix branch September 9, 2024 16:54
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