From 0ba9cbb0e87eaebf4f49be0a18f3740e6750da6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 May 2023 09:56:30 +0800 Subject: [PATCH] Update sympy requirement from ~=1.11.1 to ~=1.12 (#266) 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.11.1...sympy-1.12) --- updated-dependencies: - dependency-name: sympy dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f7ad8a6..b3c07cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ ipympl~=0.8.8 scipy~=1.10.1 voila-osscar-template~=0.3.2 Cython~=0.29.34 -sympy~=1.11.1 +sympy~=1.12 ase~=3.22.1 seekpath~=2.0.1 widget-bzvisualizer~=0.1.0b10