From cec7d45daac31d6495aa20a3666796986d3590a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 06:36:34 +0000 Subject: [PATCH] Update cython requirement from ~=3.0.10 to ~=3.0.11 Updates the requirements on [cython](https://github.com/cython/cython) to permit the latest version. - [Release notes](https://github.com/cython/cython/releases) - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) - [Commits](https://github.com/cython/cython/compare/3.0.10...3.0.11) --- updated-dependencies: - dependency-name: cython 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..2edf583 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pandas~=2.2.2 sympy~=1.12 voila~=0.5.7 voila-osscar-template~=0.3.2 -Cython~=3.0.10 +Cython~=3.0.11 ase~=3.23.0 seekpath~=2.1.0 plotly~=5.22.0