From 9ecbf922db9fa9d85db61aa4b645d839b1e207bd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 17:35:59 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.12.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.2...v0.12.7) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ef43c011..73e04148 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.2 + rev: v0.12.7 hooks: - id: ruff args: [ --fix ] From 87f4ee5768c8827b52f211c38f114dcbf51fb5bb Mon Sep 17 00:00:00 2001 From: "Matthew R. Becker" Date: Wed, 6 Aug 2025 06:28:12 -0500 Subject: [PATCH 2/2] fix: limit jax version due to tf prob --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 58845bff..ff8a2390 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ readme = "README.md" dependencies = [ "numpy >=1.18.0", "galsim >=2.3.0", - "jax", + "jax <0.7.0", "jaxlib", "astropy >=2.0", "tensorflow-probability >=0.21.0",