From 7c2d28cddee71e1fb22351e4919110a0bc37ea53 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler <61934744+phofl@users.noreply.github.com> Date: Tue, 9 Nov 2021 22:24:46 +0100 Subject: [PATCH] Update cython version for asv conf (#44359) * Update cython version for asv conf * Change env --- asv_bench/asv.conf.json | 2 +- environment.yml | 2 +- requirements-dev.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/asv_bench/asv.conf.json b/asv_bench/asv.conf.json index df50f67432fbb..9ad856d5d03ed 100644 --- a/asv_bench/asv.conf.json +++ b/asv_bench/asv.conf.json @@ -39,7 +39,7 @@ // followed by the pip installed packages). "matrix": { "numpy": [], - "Cython": ["0.29.21"], + "Cython": ["0.29.24"], "matplotlib": [], "sqlalchemy": [], "scipy": [], diff --git a/environment.yml b/environment.yml index 7aa7bb0842eca..b4a8b977359cb 100644 --- a/environment.yml +++ b/environment.yml @@ -15,7 +15,7 @@ dependencies: # The compiler packages are meta-packages and install the correct compiler (activation) packages on the respective platforms. - c-compiler - cxx-compiler - - cython>=0.29.21 + - cython>=0.29.24 # code checks - black=21.5b2 diff --git a/requirements-dev.txt b/requirements-dev.txt index 6247b4e5a12b1..5673becbbe1cb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ numpy>=1.18.5 python-dateutil>=2.8.1 pytz asv -cython>=0.29.21 +cython>=0.29.24 black==21.5b2 cpplint flake8==3.9.2