Skip to content

Commit

Permalink
Bump galois version to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jan 22, 2025
1 parent 0f32672 commit e798165
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Security :: Cryptography",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand All @@ -48,7 +49,7 @@ dependencies = [
"numba", # Use galois's version limitation
"scipy",
"matplotlib",
"galois == 0.4.3", # Exact match required because of use of internals
"galois == 0.4.4", # 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 e798165

Please sign in to comment.