What feature are you suggesting?
Overview:
Relax the open3d in toml to allow a larger range of open3d versions
Smaller Details:
I am using python 3.12 with Project Airsim code and initially there were some issues with compatibility. But the only blocking thing that I found was that open3d is fixed to versions 0.16. If I bump up the version to 0.19 in the pyproject.toml for airsim, everything works just fine. Feature request would be to relax the open3d version requirements if possible,
Nature of Request:
Why would this feature be useful?
From my experience, this would allow the project airsim to be used with higher python versions without much refactoring or changes.
What feature are you suggesting?
Overview:
Relax the open3d in toml to allow a larger range of open3d versions
Smaller Details:
I am using python 3.12 with Project Airsim code and initially there were some issues with compatibility. But the only blocking thing that I found was that open3d is fixed to versions 0.16. If I bump up the version to 0.19 in the pyproject.toml for airsim, everything works just fine. Feature request would be to relax the open3d version requirements if possible,
Nature of Request:
Why would this feature be useful?
From my experience, this would allow the project airsim to be used with higher python versions without much refactoring or changes.