From cea230f078961d2ed4b2fd982d092e96c2241f04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 20:11:26 +0800 Subject: [PATCH] Update cython requirement from ~=0.29.33 to ~=0.29.34 (#247) 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.33...0.29.34) --- 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 a3ac9be..581bf18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ numpy~=1.24.2 ipympl~=0.8.8 scipy~=1.10.1 voila-osscar-template~=0.3.2 -Cython~=0.29.33 +Cython~=0.29.34 sympy~=1.11.1 ase~=3.22.1 seekpath~=2.0.1