From 10f4fe7ec08dc113628e1b701e691663d410f646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 21:58:22 +0000 Subject: [PATCH] chore(deps): update jax2onnx requirement from ==0.15.* to >=0.15,<0.17 Updates the requirements on [jax2onnx](https://github.com/enpasos/jax2onnx) to permit the latest version. - [Release notes](https://github.com/enpasos/jax2onnx/releases) - [Commits](https://github.com/enpasos/jax2onnx/compare/v0.15.0...v0.16.1) --- updated-dependencies: - dependency-name: jax2onnx dependency-version: 0.16.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index adf49c2..9aa90f3 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ # jax -> ONNX export for jaxtrain networks. Exact-pinned to the 0.15 line: # 0.x releases move the API, and the parity test in tests/onnx guards the # ecosystem's single-trial ONNX contract against silent changes. - "jax2onnx==0.15.*", + "jax2onnx>=0.15,<0.17", "matplotlib>=3.10.1", "plotly>=6.0.0", "seaborn>=0.13.2",