From 5b3c68fdaff4f8185c2dcd628449c4e711cc7726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 19:32:48 +0000 Subject: [PATCH] Update cython requirement from >=3.0.0 to >=3.2.4 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.2.4) --- updated-dependencies: - dependency-name: cython dependency-version: 3.2.4 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 078eecac6d..36fb368318 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ numpy>=2.0.0 scipy>=1.14.1 netcdf4>=1.7.1 matplotlib>=3.7.0 -Cython>=3.0.0 +Cython>=3.2.4 boutdata>=0.3.0 zoidberg>=0.2.2