py-sympy: add version 1.13.0 (#46163)

* sympy: add version 1.13.0

* sympy: update deps
This commit is contained in:
JCGoran 2024-09-02 17:51:44 +02:00 committed by GitHub
parent c814fb5fe6
commit 17d3d17d46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,7 @@ class PySympy(PythonPackage):
license("BSD-3-Clause")
version("1.13.0", sha256="3b6af8f4d008b9a1a6a4268b335b984b23835f26d1d60b0526ebc71d48a25f57")
version("1.12", sha256="ebf595c8dac3e0fdc4152c51878b498396ec7f30e7a914d6071e674d49420fb8")
version("1.11.1", sha256="e32380dce63cb7c0108ed525570092fd45168bdae2faa17e528221ef72e88658")
version("1.8", sha256="1ca588a9f6ce6a323c5592f9635159c2093572826668a1022c75c75bdf0297cb")
@ -37,4 +38,5 @@ class PySympy(PythonPackage):
# pip silently replaces distutils with setuptools
depends_on("py-setuptools", type="build")
depends_on("py-mpmath@0.19:", when="@1.0:", type=("build", "run"))
depends_on("py-mpmath@0.19:", when="@1.0:1.12", type=("build", "run"))
depends_on("py-mpmath@1.1.0:1.3", when="@1.13.0:", type=("build", "run"))