diff --git a/pyproject.toml b/pyproject.toml index 71ff5a2a..647bd8b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,9 +31,7 @@ dependencies = [ "lazy_loader", "numpy", "sympy>=1.1.1", - # This is required because there is no 3.12 compatible gmpy2 stable release as of 2024.06.20 - "gmpy2;python_version<'3.12'", - "gmpy2>=2.2.0rc1;python_version>='3.12'" + "gmpy2", ] [project.optional-dependencies]