From 0417e793f19c768427e739ec78afb462c1cc95c6 Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Fri, 16 Feb 2024 14:08:11 +1300 Subject: [PATCH] Pin to flax>=0.8.0 --- ml-notebook/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml-notebook/environment.yml b/ml-notebook/environment.yml index 7b23de6b..6b6e79c5 100644 --- a/ml-notebook/environment.yml +++ b/ml-notebook/environment.yml @@ -5,7 +5,7 @@ channels: - conda-forge - nodefaults dependencies: - - flax + - flax>=0.8.0 - jax - jupyterlab-nvdashboard - keras-cv