Skip to content

Commit a1191d6

Browse files
BLD: Pin cython for 37-locale build (#34711)
1 parent 6efb0b2 commit a1191d6

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.16
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.16
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.7.3
66
pytz
77
asv
8-
cython>=0.29.16
8+
cython==0.29.19
99
black==19.10b0
1010
cpplint
1111
flake8<3.8.0

0 commit comments

Comments
 (0)