Skip to content

Commit

Permalink
Merge pull request #1 from Co-Evolve/develop
Browse files Browse the repository at this point in the history
v1.0.2
  • Loading branch information
driesmarzougui authored Feb 9, 2024
2 parents 8a372cc + 7e1ddfc commit 6ba819f
Show file tree
Hide file tree
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
Expand Up @@ -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]" },
]
Expand Down
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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6ba819f

Please sign in to comment.