From 68dc024e00f74eb5d0e381e5a50629e6145990fe Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 11 Jul 2024 15:03:38 +0200 Subject: Unpin sympy. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c6081ab..0c0ef51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "numpy", "scipy", - "sympy>=1.7.1,<1.13", # <=1.13 required because of https://github.com/sympy/sympy/issues/26789 and https://github.com/sympy/sympy/issues/26791. + "sympy>=1.7.1", "pandas", "atpublic", "cython", @@ -65,6 +65,7 @@ "smartcard" = ["pyscard"] "leia" = ["smartleia"] "gmp" = ["gmpy2"] + "flint" = ["python-flint>=0.5.0"] "pari" = ["cysignals", "cypari2"] "dev" = ["mypy", "flake8", "interrogate", "pyinstrument", "black", "types-setuptools", "pydocstyle"] "test" = ["pytest>=7.0.0", "coverage", "pytest-cov", "pytest-sugar", "pytest-mock", "nbmake"] -- cgit v1.2.3-70-g09d2