From 221f58516ac6f567559df83d480209136bab5a18 Mon Sep 17 00:00:00 2001 From: Dan Foreman-Mackey Date: Wed, 1 Apr 2026 21:34:42 -0400 Subject: [PATCH] Change jax build version requirement to 0.8.0 Updated jax version requirement to be exactly 0.8.0. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df7f0eb..c2fc784 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ tutorials = ["matplotlib", "scipy", "emcee", "pymc>=5.26.1", "tqdm", "numpyro"] "Bug Tracker" = "https://github.com/exoplanet-dev/celerite2/issues" [build-system] -requires = ["scikit-build-core", "numpy", "pybind11", "jax>=0.8.0; python_version >= '3.11'", "jaxlib>=0.8.0"] +requires = ["scikit-build-core", "numpy", "pybind11", "jax==0.8.0"] build-backend = "scikit_build_core.build" [tool.scikit-build]