diff options
| author | J08nY | 2024-07-11 15:03:38 +0200 |
|---|---|---|
| committer | J08nY | 2024-07-11 15:03:38 +0200 |
| commit | 68dc024e00f74eb5d0e381e5a50629e6145990fe (patch) | |
| tree | 31647e52ebcb76c710d211ea823547d48944e971 | |
| parent | 204f3edc414aff8c7eb073329e3d47368decfd8a (diff) | |
| download | pyecsca-68dc024e00f74eb5d0e381e5a50629e6145990fe.tar.gz pyecsca-68dc024e00f74eb5d0e381e5a50629e6145990fe.tar.zst pyecsca-68dc024e00f74eb5d0e381e5a50629e6145990fe.zip | |
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
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"] |
