From 7ecafe295c81d89c549a22da98ae11c264118522 Mon Sep 17 00:00:00 2001 From: robfiras Date: Tue, 10 Sep 2024 15:56:04 +0200 Subject: [PATCH] added missing requirement. --- pyproject.toml | 3 ++- requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c14451f..f5d8a65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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="fi.alhafez@gmail.com"}] diff --git a/requirements.txt b/requirements.txt index b05c32f..cc76c11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ mujoco==2.3.7 gymnasium dm_control==1.0.14 pyyaml -wget \ No newline at end of file +wget +gitpython \ No newline at end of file