diff --git a/rllib_contrib/maml/pyproject.toml b/rllib_contrib/maml/pyproject.toml index bf6df70018fe..58a2def78cf8 100644 --- a/rllib_contrib/maml/pyproject.toml +++ b/rllib_contrib/maml/pyproject.toml @@ -15,4 +15,4 @@ requires-python = ">=3.7, <3.11" dependencies = ["gymnasium[mujoco]==0.26.3", "higher", "ray[rllib]==2.3.1"] [project.optional-dependencies] -development = ["pytest>=7.2.2", "pre-commit==2.21.0", "tensorflow==2.11.0", "torch==1.12.0"] +development = ["pytest>=7.2.2", "pre-commit==2.21.0", "tensorflow==2.12.1", "torch==1.12.0"] diff --git a/rllib_contrib/maml/requirements.txt b/rllib_contrib/maml/requirements.txt index f1191ef52412..2c50df363ca9 100644 --- a/rllib_contrib/maml/requirements.txt +++ b/rllib_contrib/maml/requirements.txt @@ -1,2 +1,2 @@ -tensorflow==2.11.0 +tensorflow==2.12.1 torch==1.12.0