From 4c5cdddf9e53548cc2efd56b9be8adf82ae4980c Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Thu, 11 Jun 2020 08:47:04 -0500 Subject: [PATCH 1/2] BLD: Pin cython for 37-locale build Seeing if this resolves the build failure. xref https://github.com/pandas-dev/pandas/issues/34704 --- ci/deps/azure-37-locale.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/deps/azure-37-locale.yaml b/ci/deps/azure-37-locale.yaml index 31155ac93931a..25ee821afe7bd 100644 --- a/ci/deps/azure-37-locale.yaml +++ b/ci/deps/azure-37-locale.yaml @@ -5,7 +5,8 @@ dependencies: - python=3.7.* # tools - - cython>=0.29.16 + # Cython pin for https://github.com/pandas-dev/pandas/issues/34704 + - cython==0.29.19 - pytest>=5.0.1 - pytest-xdist>=1.21 - pytest-asyncio From 97dae01405d0804f72931766e3e46b49ed6777c0 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Thu, 11 Jun 2020 09:39:26 -0500 Subject: [PATCH 2/2] env --- environment.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index b81404094fa4c..bfe0e78c891cf 100644 --- a/environment.yml +++ b/environment.yml @@ -12,7 +12,7 @@ dependencies: - asv # building - - cython>=0.29.16 + - cython=0.29.19 # code checks - black=19.10b0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 754ec7ae28748..791dc7cd79128 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ numpy>=1.15 python-dateutil>=2.7.3 pytz asv -cython>=0.29.16 +cython==0.29.19 black==19.10b0 cpplint flake8<3.8.0