Skip to content

Commit 767d7bb

Browse files
TomAugspurgersimonjayhawkins
authored andcommitted
Backport PR pandas-dev#34711 on branch 1.0.x (BLD: Pin cython for 37-locale build)
1 parent 98f0c3c commit 767d7bb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

ci/deps/azure-37-locale.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ dependencies:
55
- python=3.7.*
66

77
# tools
8-
- cython>=0.29.13
8+
# Cython pin for https://github.com/pandas-dev/pandas/issues/34704
9+
- cython==0.29.19
910
- pytest>=5.0.1
1011
- pytest-xdist>=1.21
1112
- pytest-asyncio

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- asv
1313

1414
# building
15-
- cython>=0.29.13
15+
- cython=0.29.19
1616

1717
# code checks
1818
- black=19.10b0

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ numpy>=1.15
55
python-dateutil>=2.6.1
66
pytz
77
asv
8-
cython>=0.29.13
8+
cython==0.29.19
99
black==19.10b0
1010
cpplint
1111
flake8

0 commit comments

Comments
 (0)