From 77bf4d4382e4cd57efe3815771c90a49d5ede6a8 Mon Sep 17 00:00:00 2001 From: Chris Cummins Date: Tue, 30 Mar 2021 22:46:50 +0100 Subject: [PATCH] Bump the gym dependency to 0.18.0. Issue #162. --- compiler_gym/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler_gym/requirements.txt b/compiler_gym/requirements.txt index c973f6e71..501676372 100644 --- a/compiler_gym/requirements.txt +++ b/compiler_gym/requirements.txt @@ -3,7 +3,7 @@ deprecated>=1.2.12 fasteners==0.15 # Version should be kept in step with @com_github_grpc_grpc in WORKSPACE. grpcio>=1.36.0 -gym>=0.17.2 +gym>=0.18.0 humanize>=2.6.0 networkx==2.5 numpy>=1.19.3