From 8a73f9ad3651dc946041e9306071efadc6e4b777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 07:50:54 +0000 Subject: [PATCH] chore(deps-dev): update jax requirement from <=0.2.12 to <=0.5.2 Updates the requirements on [jax](https://github.com/jax-ml/jax) to permit the latest version. - [Release notes](https://github.com/jax-ml/jax/releases) - [Changelog](https://github.com/jax-ml/jax/blob/jax-v0.5.2/CHANGELOG.md) - [Commits](https://github.com/jax-ml/jax/compare/jaxlib-v0.1.32...jax-v0.5.2) --- updated-dependencies: - dependency-name: jax dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5d630d7..28c1086 100644 --- a/setup.cfg +++ b/setup.cfg @@ -66,7 +66,7 @@ GBDT = lightgbm < 4 neural_tangents = jaxlib <= 0.1.65 - jax <= 0.2.12 + jax <= 0.5.2 neural_tangents < 0.6.0 gpflow = tensorflow >= 2.5, < 2.9 @@ -80,7 +80,7 @@ all = matplotlib lightgbm < 4 jaxlib <= 0.1.65 - jax <= 0.2.12 + jax <= 0.5.2 neural_tangents < 0.6.0 tensorflow >= 2.5, < 2.9 tensorflow-probability >= 0.12, < 0.13