From 457dcde3edd0c8511c6513bbfd200fa472a22328 Mon Sep 17 00:00:00 2001 From: Shvetank Prakash <46943363+ShvetankPrakash@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:33:05 +0100 Subject: [PATCH] CFU Playground needs numpy 1.22.4 I tested all vizier agents with DRAMSys with this numpy version change to make sure they were still working. --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index c27aa616..367d5046 100644 --- a/environment.yml +++ b/environment.yml @@ -5,7 +5,7 @@ channels: dependencies: - python=3.9 - gym >= 0.17.2 - - numpy=1.21.5 + - numpy=1.22.4 - pandas - seaborn - requests