From 56a2cd3d0b2fe7ee487ca941693ae9add8f338cc Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 22 Aug 2026 02:19:07 +0000 Subject: [PATCH] build: bump intra-family floors to >=2026.8.22.1 Release 2026.8.22.1 promoted all five libraries together (nightly run 50), so the committed source floors move from the previous promoted set 2026.7.29.2 to the first version carrying the JAX-default dependency handshake plus the fnnls JAX fix and the rectangular mesh split. This is step (1) of the jax-default-dependency follow-ups recorded in PyAutoMind active.md. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_015GsUfbCwPd4XC8kpsiUJp7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 738ca5fd8..48f02581f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ # Floor, not a pin (PyAutoLens#687) — bump to the first release with JAX # in autonerves' base dependencies once it exists (PyAutoLens#702), so # backtracking cannot pair this autofit with a jax-optional autonerves. - "autonerves>=2026.7.29.2", + "autonerves>=2026.8.22.1", # JAX-native gradient MAP searches (MultiStartAdam / MultiStartProdigy) # import optax; jax itself comes from autonerves' base deps. Both are # marker-gated for platforms with no jax wheels (Intel macOS) — optax