Skip to content

chore: switch mojo dependency to PyPI mojo-mujoco-wrapper#51

Merged
aditya-neuraco merged 1 commit into
masterfrom
chore/mojo-dep-to-pypi
Jul 1, 2026
Merged

chore: switch mojo dependency to PyPI mojo-mujoco-wrapper#51
aditya-neuraco merged 1 commit into
masterfrom
chore/mojo-dep-to-pypi

Conversation

@aditya-neuraco

@aditya-neuraco aditya-neuraco commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Switches the mojo dependency from a Git URL to the PyPI package mojo-mujoco-wrapper.

  • mojo @ git+https://github.com/stepjam/mojo.git@0.1.1 becomes mojo-mujoco-wrapper>=0.1.1.
  • The import name is unchanged (import mojo); mojo-mujoco-wrapper is the PyPI distribution name for the same library (the name mojo was already taken on PyPI).
  • Its own dependencies (mujoco, dm_control, numpy) stay compatible with the versions bigym already pins, so nothing else changes.

This is a step toward publishing bigym to PyPI, which does not allow Git-URL dependencies.

Related PRs

@stepjam stepjam left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aditya-neuraco aditya-neuraco force-pushed the chore/mojo-dep-to-pypi branch from 1fa0f81 to db02dae Compare July 1, 2026 09:09
@aditya-neuraco aditya-neuraco merged commit e04d83c into master Jul 1, 2026
1 check passed
@aditya-neuraco aditya-neuraco added the version:none tests, docs, CI only; no functional changes label Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

version:none tests, docs, CI only; no functional changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants