From f0536b64873956fac3cc6c013f87c5bdc4f601d5 Mon Sep 17 00:00:00 2001 From: mhostetter Date: Sat, 13 Jul 2024 12:20:00 -0400 Subject: [PATCH] Bumpy `galois` to v0.4.1 Fixes #411 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3bc53c542..780fcff1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "numba", # Use galois's version limitation "scipy", "matplotlib", - "galois == 0.3.9", # Exact match required because of use of internals + "galois == 0.4.1", # Exact match required because of use of internals "typing_extensions >= 4.0.0", # v4.0.0 is needed for use of Self (Python 3.11+) and Literal (Python 3.8+) ] dynamic = ["version"]