From 6903fdbdd66b00c961a910ef8dc048fe3e8e4bc7 Mon Sep 17 00:00:00 2001 From: dmarzoug Date: Thu, 7 Mar 2024 15:55:52 +0100 Subject: [PATCH 1/3] updated mujoco to 3.1.3 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b891956..7ec70fa 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.2 -mujoco_mjx==3.1.2 +mujoco==3.1.3 +mujoco_mjx==3.1.3 numpy==1.26.3 scipy==1.12.0 setuptools==69.0.3 From 4b8a6d28e136ac18816583e132f70629822c3e76 Mon Sep 17 00:00:00 2001 From: dmarzoug Date: Thu, 7 Mar 2024 15:57:36 +0100 Subject: [PATCH 2/3] prep v1.0.2 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aefa149..18abe7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "moojoco" -version = "1.0.1" +version = "1.0.2" authors = [ { name = "Dries Marzougui", email = "dries.marzougui@gmail.com" }, ] diff --git a/setup.py b/setup.py index c6ffc2e..9fc791d 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='moojoco', - version='1.0.1', + version='1.0.2', description='A unified framework for implementing and interfacing with MuJoCo and MuJoCo-XLA simulation ' 'environments.', long_description=readme, From bdca5630137834a8a71f39bc64f2c03c00db26c2 Mon Sep 17 00:00:00 2001 From: dmarzoug Date: Thu, 7 Mar 2024 15:58:25 +0100 Subject: [PATCH 3/3] redo v --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 18abe7f..aefa149 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "moojoco" -version = "1.0.2" +version = "1.0.1" authors = [ { name = "Dries Marzougui", email = "dries.marzougui@gmail.com" }, ] diff --git a/setup.py b/setup.py index 9fc791d..c6ffc2e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='moojoco', - version='1.0.2', + version='1.0.1', description='A unified framework for implementing and interfacing with MuJoCo and MuJoCo-XLA simulation ' 'environments.', long_description=readme,