openai / mujoco-py

MuJoCo is a physics engine for detailed, efficient rigid body simulations with contacts. mujoco-py allows using MuJoCo from Python 3.
Other
2.79k stars 810 forks source link

add build support for `Cython` versions >=3 #782

Open Kallinteris-Andreas opened 7 months ago

Kallinteris-Andreas commented 7 months ago

Updates the build system to support Cython>=3.0.0 and python>=3.13

@logankilpatrick @nknj @tananaev @jabbany @stevenheidel can you make a small new release (2.1.2.15) with this simple PR

We use this old-version of library for reproducibility of RL experiments in Gymnasium & Gymnasium-Robotics

Thanks!