Skip to content

Commit

Permalink
Pin to galois v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Feb 2, 2024
1 parent 3715cb0 commit 3d0fa6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 3d0fa6b

Please sign in to comment.