Skip to content

Commit 1fe8706

Browse files
TomAugspurgerproost
authored andcommitted
DEP: Bump Cython to 0.29.13 (pandas-dev#28391)
1 parent de0908b commit 1fe8706

16 files changed

+21
-18
lines changed

ci/deps/azure-35-compat.yaml

Lines changed: 2 additions & 2 deletions
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

Lines changed: 3 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)