NVIDIA/IsaacTeleop v1.0.193
NVIDIA/IsaacTeleop
Captured source
source ↗published Apr 21, 2026seen 5dcaptured 9hhttp 200method plain
Release 1.0.193
Repository: NVIDIA/IsaacTeleop
Tag: v1.0.193
Published: 2026-04-21T05:29:24Z
Prerelease: no
Release notes:
Hotfix
Fix
- Packaging: Relaxed
requires-pythonin theisaacteleopPython wheel from==.*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.
Notability
notability 4.0/10Routine repo release, minor version