Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support numpy v2. #6874

Merged
merged 1 commit into from
Jul 17, 2024
Merged

Support numpy v2. #6874

merged 1 commit into from
Jul 17, 2024

Conversation

ssheorey
Copy link
Member

Pybind11 2.12 added numpy 2 support. We update to the latest 2.13.1.
Other dependent packages (e.g. tensorboard) also need update, so keeping the numpy<2 in requirements.txt for now.

Type

Motivation and Context

Checklist:

  • I have run python util/check_style.py --apply to apply Open3D code style
    to my code.
  • This PR changes Open3D behavior or adds new functionality.
    • Both C++ (Doxygen) and Python (Sphinx / Google style) documentation is
      updated accordingly.
    • I have added or updated C++ and / or Python unit tests OR included test
      results
      (e.g. screenshots or numbers) here.
  • I will follow up and update the code if CI fails.
  • For fork PRs, I have selected Allow edits from maintainers.

Description

Copy link

update-docs bot commented Jul 16, 2024

Thanks for submitting this pull request! The maintainers of this repository would appreciate if you could update the CHANGELOG.md based on your changes.

@ssheorey ssheorey added this to the v0.19 milestone Jul 16, 2024
@ssheorey
Copy link
Member Author

Verified works by @errissa Thanks!
Merging...

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

"pcl.paint_uniform_color" gives segmentation fault.
1 participant