From 2e798ce7c0b02b8d2646fc5f9505393093857db1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 06:54:23 +0000 Subject: [PATCH] Update cython requirement from ~=0.29.36 to ~=3.0.0 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/0.29.36...3.0.0) --- 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 a6e0ba4..fc4e452 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ numpy~=1.25.1 ipympl~=0.8.8 scipy~=1.10.1 voila-osscar-template~=0.3.2 -Cython~=0.29.36 +Cython~=3.0.0 sympy~=1.12 ase~=3.22.1 seekpath~=2.1.0