From 0c30c3338e8fce428bc3ebcaa42b821bda45db28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 03:27:50 +0000 Subject: [PATCH] Update jax requirement from <=0.4.35,>=0.4.27 to >=0.4.27,<=0.5.0 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/main/CHANGELOG.md) - [Commits](https://github.com/jax-ml/jax/compare/jax-v0.4.27...jax-v0.5.0) --- updated-dependencies: - dependency-name: jax dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5737f44..93d9544 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "agjax", "ceviche_challenges", "fmmax", - "jax >= 0.4.27, <=0.4.35", + "jax >= 0.4.27, <= 0.5.0", "jaxlib", "numpy", "refractiveindex2",