From 0b3dfe4092923e702ea6b0fb2e6f6520a07ffb60 Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Wed, 20 May 2026 20:21:50 +0100 Subject: [PATCH] Pin jax_zero_contour >=2.0.0,<3.0.0 in [jax] extras MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace the unpinned `jax_zero_contour` entry with a versioned pin matching the current PyPI line (2.0.0). Prevents a future major release of jax_zero_contour from silently breaking the JAX install path during a routine `pip install autogalaxy[jax]`. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.7 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb2fbc5b..76485006 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ local_scheme = "no-local-version" [project.optional-dependencies] jax = [ "autoconf[jax]", - "jax_zero_contour; python_version >= '3.11'" + "jax_zero_contour>=2.0.0,<3.0.0; python_version >= '3.11'" ] optional = [ "autogalaxy[jax]",