Skip to content

Commit b3bd4df

Browse files
TomAugspurgerjreback
authored andcommitted
DEP: Bump Cython to 0.29.13 (#28391)
1 parent c64f564 commit b3bd4df

16 files changed

+21
-18
lines changed

ci/deps/azure-35-compat.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ dependencies:
1818
- xlsxwriter=0.9.8
1919
- xlwt=1.2.0
2020
# universal
21-
- cython=0.28.2
2221
- hypothesis>=3.58.0
2322
- pytest-xdist
2423
- pytest-mock
2524
- pytest-azurepipelines
2625
- pip
2726
- pip:
28-
# for python 3.5, pytest>=4.0.2 is not available in conda
27+
# for python 3.5, pytest>=4.0.2, cython>=0.29.13 is not available in conda
28+
- cython>=0.29.13
2929
- pytest==4.5.0
3030
- html5lib==1.0b2

ci/deps/azure-36-32bit.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ dependencies:
66
- gcc_linux-32
77
- gcc_linux-32
88
- gxx_linux-32
9-
- cython=0.28.2
109
- numpy=1.14.*
1110
- python-dateutil
1211
- python=3.6.*
@@ -18,3 +17,6 @@ dependencies:
1817
- pytest-azurepipelines
1918
- hypothesis>=3.58.0
2019
- pip
20+
- pip:
21+
# Anaconda doesn't build a new enough Cython
22+
- cython>=0.29.13

ci/deps/azure-36-locale.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
- beautifulsoup4==4.6.0
77
- bottleneck=1.2.*
8-
- cython=0.28.2
8+
- cython=0.29.13
99
- lxml
1010
- matplotlib=2.2.2
1111
- numpy=1.14.*

ci/deps/azure-36-locale_slow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
dependencies:
66
- beautifulsoup4
7-
- cython>=0.28.2
7+
- cython>=0.29.13
88
- gcsfs
99
- html5lib
1010
- ipython

ci/deps/azure-37-locale.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
dependencies:
66
- beautifulsoup4
7-
- cython>=0.28.2
7+
- cython>=0.29.13
88
- html5lib
99
- ipython
1010
- jinja2

ci/deps/azure-37-numpydev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
dependencies:
55
- python=3.7.*
66
- pytz
7-
- Cython>=0.28.2
7+
- Cython>=0.29.13
88
# universal
99
# pytest < 5 until defaults has pytest-xdist>=1.29.0
1010
- pytest>=4.0.2,<5.0

ci/deps/azure-macos-35.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ channels:
44
dependencies:
55
- beautifulsoup4
66
- bottleneck
7-
- cython>=0.28.2
87
- html5lib
98
- jinja2
109
- lxml
@@ -24,6 +23,8 @@ dependencies:
2423
- xlwt
2524
- pip
2625
- pip:
26+
# Anaconda / conda-forge don't build for 3.5
27+
- cython>=0.29.13
2728
- pyreadstat
2829
# universal
2930
- pytest>=5.0.1
@@ -32,4 +33,3 @@ dependencies:
3233
- hypothesis>=3.58.0
3334
# https://github.com/pandas-dev/pandas/issues/27421
3435
- pytest-azurepipelines<1.0.0
35-

ci/deps/azure-windows-36.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
- xlsxwriter
2121
- xlwt
2222
# universal
23-
- cython>=0.28.2
23+
- cython>=0.29.13
2424
- pytest>=5.0.1
2525
- pytest-xdist>=1.29.0
2626
- pytest-mock

ci/deps/azure-windows-37.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
- xlsxwriter
2626
- xlwt
2727
# universal
28-
- cython>=0.28.2
28+
- cython>=0.29.13
2929
- pytest>=5.0.0
3030
- pytest-xdist>=1.29.0
3131
- pytest-mock

ci/deps/travis-36-cov.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
- beautifulsoup4
77
- botocore>=1.11
8-
- cython>=0.28.2
8+
- cython>=0.29.13
99
- dask
1010
- fastparquet>=0.2.1
1111
- gcsfs

ci/deps/travis-36-locale.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- beautifulsoup4
77
- blosc=1.14.3
88
- python-blosc
9-
- cython>=0.28.2
9+
- cython>=0.29.13
1010
- fastparquet=0.2.1
1111
- gcsfs=0.2.2
1212
- html5lib

ci/deps/travis-36-slow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
dependencies:
66
- beautifulsoup4
7-
- cython>=0.28.2
7+
- cython>=0.29.13
88
- html5lib
99
- lxml
1010
- matplotlib

ci/deps/travis-37.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ channels:
66
dependencies:
77
- python=3.7.*
88
- botocore>=1.11
9-
- cython>=0.28.2
9+
- cython>=0.29.13
1010
- numpy
1111
- python-dateutil
1212
- nomkl

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- asv
1414

1515
# building
16-
- cython>=0.28.2
16+
- cython>=0.29.13
1717

1818
# code checks
1919
- black

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ numpy>=1.15
22
python-dateutil>=2.6.1
33
pytz
44
asv
5-
cython>=0.28.2
5+
cython>=0.29.13
66
black
77
cpplint
88
flake8

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ def is_platform_mac():
3232

3333

3434
min_numpy_ver = "1.13.3"
35+
min_cython_ver = "0.29.13"
36+
3537
setuptools_kwargs = {
3638
"install_requires": [
3739
"python-dateutil >= 2.6.1",
@@ -43,7 +45,6 @@ def is_platform_mac():
4345
}
4446

4547

46-
min_cython_ver = "0.28.2"
4748
try:
4849
import Cython
4950

0 commit comments

Comments
 (0)