From 2bb24f24029ac67bbfaa1e978ac02b8d76e7fab6 Mon Sep 17 00:00:00 2001 From: dmarzoug Date: Wed, 27 Mar 2024 11:48:02 +0100 Subject: [PATCH 1/2] bump to v1.0.7 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 15f44ea..63480a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "moojoco" -version = "1.0.6" +version = "1.0.7" authors = [ { name = "Dries Marzougui", email = "dries.marzougui@gmail.com" }, ] diff --git a/setup.py b/setup.py index 97a135c..dd90cfb 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='moojoco', - version='1.0.6', + version='1.0.7', description='A unified framework for implementing and interfacing with MuJoCo and MuJoCo-XLA simulation ' 'environments.', long_description=readme, From fa94c15ebf6bf330c07d74582c65f160017d912e Mon Sep 17 00:00:00 2001 From: dmarzoug Date: Thu, 11 Apr 2024 10:54:01 +0200 Subject: [PATCH 2/2] bump mujoco and mujoco-mjx to 3.1.4 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7ec70fa..5ff19dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,8 +5,8 @@ fprs==1.0.0 glfw==2.6.4 gymnasium==0.29.1 imageio==2.33.1 -mujoco==3.1.3 -mujoco_mjx==3.1.3 +mujoco==3.1.4 +mujoco_mjx==3.1.4 numpy==1.26.3 scipy==1.12.0 setuptools==69.0.3