Skip to content

Commit

Permalink
Try SymPy 1.13+ (#1108)
Browse files Browse the repository at this point in the history
Allow SymPy up to but not including SymPy 1.14.
  • Loading branch information
rocky authored Oct 1, 2024
1 parent 57af13c commit 69e5a65
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 = [
"requests",
"scipy",
"setuptools",
"sympy>=1.11,<1.13",
"sympy>=1.11,<1.14",
]
license = {text = "GPL"}
name = "Mathics3"
Expand Down

0 comments on commit 69e5a65

Please sign in to comment.