From 0155529c955f799367b88688644fefd8d8298911 Mon Sep 17 00:00:00 2001 From: Theresa Eimer Date: Tue, 3 Sep 2024 11:41:35 +0200 Subject: [PATCH] fix pyproject --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c52810b..cdb99f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,8 +41,8 @@ dependencies = [ "torch", "dill", "imageio", - "jax=0.4.20", - "jaxlib=0.4.20", + "jax==0.4.20", + "jaxlib==0.4.20", "evosax==0.1.6" ]