mujoco
mujoco copied to clipboard
Declare runtime dependency on typing_extensions
It is not only a development dependency. It is needed by python/mujoco/__init__.py at runtime.
@quagla the dependency is coming from TypeAlias in init.py, do we actually need it?
It's required as long as we support Python 3.9. From Python 3.10 we can use typing (as we do internally).
So this PR can be approved, right? @quagla
(maybe add a comment in Init.py to delete this once Python 3.9 is no longer supported)
@quagla is this something we could get merged/released soon?