Release 1.0.193
·
243 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Hotfix
Fix
- Packaging: Relaxed
requires-pythonin theisaacteleopPython wheel from==<build-python>.*to>=3.10(#405).
Why
Wheels built against different Python minor versions (e.g. 3.10 vs 3.11) were each pinning requires-python to their exact build-time version. This made the wheels non-interchangeable on PyPI/NGC and prevented users on a different Python minor from installing a published wheel that would otherwise work.
Impact
pip install isaacteleopnow resolves correctly across supported Python 3.10+ interpreters regardless of which interpreter the wheel was built against.- No API or runtime behavior changes; packaging metadata only.
- Single-file change:
src/core/python/pyproject.toml.in.