Skip to content

Commit

Permalink
updating dependencies to not use head of master gymnasium branch
Browse files Browse the repository at this point in the history
  • Loading branch information
reginald-mclean committed Nov 6, 2024
1 parent e1b74d2 commit 0b499b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ COPY . /usr/local/metaworld/
WORKDIR /usr/local/metaworld/
RUN free -g
RUN pip install .[testing]
RUN git clone https://github.com/Farama-Foundation/Gymnasium.git
RUN pip install -e Gymnasium


ENTRYPOINT ["/usr/local/metaworld/docker/entrypoint"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
'Topic :: Scientific/Engineering :: Artificial Intelligence',
]
dependencies = [
"gymnasium>=1.0.0a1",
"gymnasium==1.0.0",
"mujoco>=3.0.0",
"numpy>=1.18",
"scipy>=1.4.1",
Expand Down

0 comments on commit 0b499b7

Please sign in to comment.