From 6acdda75e41c8840b0f9ac694473b43daf5627e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 16:43:34 +0200 Subject: [PATCH] Update cython requirement from ~=3.0.0 to ~=3.0.2 (#293) 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.0...3.0.2) --- updated-dependencies: - dependency-name: cython 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 627aaa3..4d16517 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ numpy~=1.25.2 ipympl~=0.8.8 scipy~=1.11.2 voila-osscar-template~=0.3.2 -Cython~=3.0.0 +Cython~=3.0.2 sympy~=1.12 ase~=3.22.1 seekpath~=2.1.0