From 3d0fa6bbaa4dc92439abe479de682fd5ce22b838 Mon Sep 17 00:00:00 2001 From: mhostetter Date: Fri, 2 Feb 2024 09:37:43 -0500 Subject: [PATCH] Pin to `galois` v0.3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f6a532d4..309634f40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "scipy", "matplotlib", "numba >= 0.55, < 0.58", # v0.55 is needed for support of NumPy 1.21 - "galois == 0.3.7", # Exact match required because of use of internals + "galois == 0.3.8", # 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"]