From 8a4d1ae37e769d2886c37c0af8b0691ec535ecc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 07:22:41 +0000 Subject: [PATCH] Update sax requirement from <0.10.0,>=0.9.2 to >=0.9.2,<0.11.0 Updates the requirements on [sax]() to permit the latest version. --- updated-dependencies: - dependency-name: sax dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 87902f9b..040da827 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ meow = [ "tidy3d>=2.4.0rc2,<2.5.0" ] sax = [ - "sax>=0.9.2,<0.10.0", + "sax>=0.9.2,<0.11.0", "jaxlib", "jax", "scikit-learn"