From 8fcfc72b60be7b465bd6f6737943076218be5386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Fr=C3=B6hlich?= Date: Fri, 6 Dec 2024 09:21:35 +0000 Subject: [PATCH] breaking jax release --- python/sdist/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sdist/pyproject.toml b/python/sdist/pyproject.toml index 6441ac3300..b62903240e 100644 --- a/python/sdist/pyproject.toml +++ b/python/sdist/pyproject.toml @@ -83,7 +83,7 @@ examples = [ "scipy", ] jax = [ - "jax>=0.4.34", + "jax>=0.4.34,<0.4.36", "jaxlib>=0.4.34", "diffrax>=0.6.0", "jaxtyping>=0.2.34",