diff --git a/pyproject.toml b/pyproject.toml index 20e40b0..f18b987 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fancy_gym" -version = "0.1.4" +version = "0.3.0" description = "Fancy Gym: Unifying interface for various RL benchmarks with support for Black Box approaches." readme = "README.md" authors = [ @@ -26,6 +26,7 @@ classifiers = [ ] dependencies = [ + "toml", "mp_pytorch<=0.1.3", "mujoco==2.3.3", "gymnasium[mujoco]>=0.26.0"