From c30882dce771d276cb17768d21d86986ea65c2ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 06:42:57 +0000 Subject: [PATCH] Update sympy requirement from ~=1.12 to ~=1.13 Updates the requirements on [sympy](https://github.com/sympy/sympy) to permit the latest version. - [Release notes](https://github.com/sympy/sympy/releases) - [Commits](https://github.com/sympy/sympy/compare/sympy-1.12...sympy-1.13.0) --- updated-dependencies: - dependency-name: sympy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 77628f2..a8cdd12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ matplotlib~=3.8.4 numpy~=1.26.4 scipy~=1.13.1 pandas~=2.2.2 -sympy~=1.12 +sympy~=1.13 voila~=0.5.7 voila-osscar-template~=0.3.2 Cython~=3.0.10