Skip to content

Commit 76b40e1

Browse files
committed
Remove explicit release candidate dependency for gmpy2.
1 parent 63c5b4d commit 76b40e1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ dependencies = [
3131
"lazy_loader",
3232
"numpy",
3333
"sympy>=1.1.1",
34-
# This is required because there is no 3.12 compatible gmpy2 stable release as of 2024.06.20
35-
"gmpy2;python_version<'3.12'",
36-
"gmpy2>=2.2.0rc1;python_version>='3.12'"
34+
"gmpy2",
3735
]
3836

3937
[project.optional-dependencies]

0 commit comments

Comments
 (0)