From 0aa7a7ac71dec785cf3c9518db53937a388282de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 12:30:42 +0000 Subject: [PATCH] Update hydra-zen requirement in /gym_exps/requirements Updates the requirements on [hydra-zen](https://github.com/mit-ll-responsible-ai/hydra-zen) to permit the latest version. - [Release notes](https://github.com/mit-ll-responsible-ai/hydra-zen/releases) - [Commits](https://github.com/mit-ll-responsible-ai/hydra-zen/compare/v0.10.0rc1...v0.11.0) --- updated-dependencies: - dependency-name: hydra-zen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gym_exps/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gym_exps/requirements/base.txt b/gym_exps/requirements/base.txt index b0a93e0..32754c9 100644 --- a/gym_exps/requirements/base.txt +++ b/gym_exps/requirements/base.txt @@ -1,7 +1,7 @@ # ../deeprl # FIXME: Refering to specific local distribution paths prevents dependabot from treating this file as a requirements file gymnasium[classic-control,mujoco]==0.28.* hydra-core==1.3.* -hydra-zen==0.10.* +hydra-zen==0.11.* hydra-ray-launcher==1.2.* protobuf==3.20.* # FIXME: https://stackoverflow.com/questions/72441758/typeerror-descriptors-cannot-not-be-created-directly hydra-colorlog==1.2.*