Skip to content

Commit

Permalink
added missing requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
robfiras committed Sep 10, 2024
1 parent 6e2a08a commit 7ecafe2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ dependencies = [
"gymnasium",
"dm_control==1.0.14",
"pyyaml",
"wget"]
"wget",
"gitpython"]

requires-python = ">=3.8"
authors = [{name="Firas Al-Hafez", email="[email protected]"}]
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ mujoco==2.3.7
gymnasium
dm_control==1.0.14
pyyaml
wget
wget
gitpython

0 comments on commit 7ecafe2

Please sign in to comment.