diff --git a/mathics/builtin/testing_expressions/numerical_properties.py b/mathics/builtin/testing_expressions/numerical_properties.py index cb8834487..84a275744 100644 --- a/mathics/builtin/testing_expressions/numerical_properties.py +++ b/mathics/builtin/testing_expressions/numerical_properties.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 8a54e597d..c3a3b663f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "python-dateutil", "requests", "setuptools", - "sympy>=1.11,<1.13", + "sympy>=1.11,<1.14", ] license = {text = "GPL"} name = "Mathics3"