From 4888c0a2c0bac8f5f54839426699c99679499bdc Mon Sep 17 00:00:00 2001 From: Wassim KABALAN Date: Sat, 21 Dec 2024 18:46:37 +0000 Subject: [PATCH] bump jax version in dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6e3d6fd..154db97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,11 +24,11 @@ classifiers = [ ] dependencies = [ "jaxtyping>=0.2.0", -"jax>=0.4.30", +"jax>=0.4.35", ] [project.optional-dependencies] -test = ["pytest>=8.0.0" , "jax>=0.4.30"] +test = ["pytest>=8.0.0" , "jax>=0.4.35"] [tool.scikit-build] minimum-version = "0.8"