Skip to content

Commit

Permalink
fprs fix
Browse files Browse the repository at this point in the history
driesmarzougui committed Feb 9, 2024
1 parent 8a372cc commit 7e1ddfc
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]" },
]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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,

0 comments on commit 7e1ddfc

Please sign in to comment.