From 65b6fd26a87d8a40a416c51fc97b34a72100b519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 19:25:47 +0000 Subject: [PATCH] Update flax requirement from >=0.7.0 to >=0.8.5 Updates the requirements on [flax](https://github.com/google/flax) to permit the latest version. - [Release notes](https://github.com/google/flax/releases) - [Changelog](https://github.com/google/flax/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/flax/compare/v0.7.0...v0.8.5) --- updated-dependencies: - dependency-name: flax dependency-version: 0.8.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8595248..4d787cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ # Core JAX ecosystem jax>=0.4.0 jaxlib>=0.4.0 -flax>=0.7.0 +flax>=0.8.5 # Optimizers (for training) optax>=0.1.0