From c5d49f9b621fce363bb70c5c7bf05ada2a582a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 16:09:20 +0200 Subject: [PATCH] Update cython requirement from ~=0.29.36 to ~=3.0.0 (#282) 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] 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 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