From 2ba03fb639733dc1cc973c8ba289de7243fa3ae3 Mon Sep 17 00:00:00 2001 From: jeremiedbb Date: Tue, 19 Sep 2023 15:22:33 +0200 Subject: [PATCH] bumpy cython to latest version --- asv_benchmarks/asv.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asv_benchmarks/asv.conf.json b/asv_benchmarks/asv.conf.json index f261ce1553c8f..2d32d891a49c9 100644 --- a/asv_benchmarks/asv.conf.json +++ b/asv_benchmarks/asv.conf.json @@ -78,7 +78,7 @@ "matrix": { "numpy": ["1.25.2"], "scipy": ["1.11.2"], - "cython": ["0.29.36"], + "cython": ["3.0.2"], "joblib": ["1.3.2"], "threadpoolctl": ["3.2.0"], "pandas": ["2.1.0"]