From ad68c75e84b5d27ad17c4ff9d1d56d71b70544df Mon Sep 17 00:00:00 2001 From: Luke Manley Date: Sun, 5 Jun 2022 09:37:23 -0400 Subject: [PATCH] bump cython version in asv.conf.json to match environment.yml --- asv_bench/asv.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asv_bench/asv.conf.json b/asv_bench/asv.conf.json index daf2834c50d6a..46640505a4c84 100644 --- a/asv_bench/asv.conf.json +++ b/asv_bench/asv.conf.json @@ -42,7 +42,7 @@ // followed by the pip installed packages). "matrix": { "numpy": [], - "Cython": ["0.29.24"], + "Cython": ["0.29.30"], "matplotlib": [], "sqlalchemy": [], "scipy": [],