-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update CI to use Python 3.10 #505
Conversation
Open3D does not yet support python 3.10 and so the dev-requirements are uninstallable. Monitor isl-org/Open3D#4535 Essentially they are waiting for PyTorch to support 3.10 and then they will too. |
@SamTov having a |
With isl-org/Open3D#5320 this should be fine soon. The wheels are out but they are waiting on the next stable release for the default. At this point we can trigger this PR again. |
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.
Nice addition, as soon as the tests pass it is good to go.
Run tests on Python 3.10