From 7e1ddfc2b36286cbd4dcac7e2a54a8355238d09e Mon Sep 17 00:00:00 2001 From: dmarzoug Date: Fri, 9 Feb 2024 15:49:38 +0100 Subject: [PATCH] fprs fix --- pyproject.toml | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4416040..d40720a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "moojoco-env" -version = "1.0.1" +version = "1.0.2" authors = [ { name = "Dries Marzougui", email = "dries.marzougui@gmail.com" }, ] diff --git a/requirements.txt b/requirements.txt index e9c08e3..b891956 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ chex==0.1.85 dm_control==1.0.16 flax==0.7.5 -fprs @ git+https://github.com/Co-Evolve/fprs@2512dcf827510740b7a7a83093fdbf3752107b16 +fprs==1.0.0 glfw==2.6.4 gymnasium==0.29.1 imageio==2.33.1 diff --git a/setup.py b/setup.py index d8c5487..671ccad 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='moojoco-env', - 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,