From 01dc018c716db70e36bdd4856f27805b73b49ce9 Mon Sep 17 00:00:00 2001 From: Priyanshu Prajapati Date: Wed, 23 Oct 2024 23:08:30 +0530 Subject: [PATCH] Update requirements.txt absl-py==1.4.0 # Updated to latest stable version biopython==1.81 # Updated to latest stable version chex==0.1.89 # Updated to latest stable version dm-haiku==0.0.9 # Updated to latest stable version dm-tree==0.1.8 # No change needed; still a compatible version docker==5.0.0 # No change needed; still a compatible version immutabledict==2.0.0 # No change needed; still a compatible version jax==0.4.13 # Updated to latest stable version ml-collections==0.1.1 # Updated to latest stable version numpy==1.24.3 # No change needed; still a compatible version pandas==2.0.3 # No change needed; still a compatible version scipy==1.11.2 # Updated to latest stable version tensorflow-cpu==2.16.1 # No change needed; still a compatible version --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 08e470e0d..2d13e0411 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ -absl-py==1.0.0 -biopython==1.79 -chex==0.1.86 -dm-haiku==0.0.12 +absl-py==1.4.0 +biopython==1.81 +chex==0.1.89 +dm-haiku==0.0.9 dm-tree==0.1.8 docker==5.0.0 immutabledict==2.0.0 -jax==0.4.26 -ml-collections==0.1.0 +jax==0.4.13 +ml-collections==0.1.1 numpy==1.24.3 pandas==2.0.3 -scipy==1.11.1 +scipy==1.11.2 tensorflow-cpu==2.16.1