Skip to content

Commit

Permalink
Try SymPy 1.13+
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Sep 29, 2024
1 parent a551242 commit dbd84eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mathics/builtin/testing_expressions/numerical_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ class CoprimeQ(Builtin):
## CoprimeQ also works for complex numbers
## >> CoprimeQ[1+2I, 1-I]
## = True
## This test case is commenteted out because the result produced by sympy is wrong:
## This test case is commented out because the result produced by sympy is wrong:
## In this case, both numbers can be factorized as 2 (2 + I) and 3 (2 + I):
## >> CoprimeQ[4+2I, 6+3I]
## = False
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"python-dateutil",
"requests",
"setuptools",
"sympy>=1.11,<1.13",
"sympy>=1.11,<1.14",
]
license = {text = "GPL"}
name = "Mathics3"
Expand Down

0 comments on commit dbd84eb

Please sign in to comment.