Skip to content

Commit 4acb92b

Browse files
committed
Bump minimum requirement of cython to 0.29.16
- There is a bug that creates code with ctuples that’s not compilable. - This is fixed in 0.29.16. See: cython/cython#2745 cython/cython#1427
1 parent f0fc7e8 commit 4acb92b

16 files changed

+17
-17
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ dependencies:
2222
# see comment above
2323
- pip
2424
- pip:
25-
- cython>=0.29.13
25+
- cython>=0.29.16
2626
- pytest>=5.0.1

ci/deps/azure-36-locale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- python=3.6.*
77

88
# tools
9-
- cython>=0.29.13
9+
- cython>=0.29.16
1010
- pytest>=5.0.1
1111
- pytest-xdist>=1.21
1212
- pytest-asyncio

ci/deps/azure-36-locale_slow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- python=3.6.*
77

88
# tools
9-
- cython>=0.29.13
9+
- cython>=0.29.16
1010
- pytest>=5.0.1
1111
- pytest-xdist>=1.21
1212
- hypothesis>=3.58.0

ci/deps/azure-36-minimum_versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- python=3.6.1
77

88
# tools
9-
- cython=0.29.13
9+
- cython=0.29.16
1010
- pytest=5.0.1
1111
- pytest-xdist>=1.21
1212
- hypothesis>=3.58.0

ci/deps/azure-37-locale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- python=3.7.*
66

77
# tools
8-
- cython>=0.29.13
8+
- cython>=0.29.16
99
- pytest>=5.0.1
1010
- pytest-xdist>=1.21
1111
- pytest-asyncio

ci/deps/azure-37-numpydev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- python=3.7.*
66

77
# tools
8-
- cython>=0.29.13
8+
- cython>=0.29.16
99
- pytest>=5.0.1
1010
- pytest-xdist>=1.21
1111
- hypothesis>=3.58.0

ci/deps/azure-macos-36.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- python=3.6.*
66

77
# tools
8-
- cython>=0.29.13
8+
- cython>=0.29.16
99
- pytest>=5.0.1
1010
- pytest-xdist>=1.21
1111
- hypothesis>=3.58.0

ci/deps/azure-windows-36.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- python=3.6.*
77

88
# tools
9-
- cython>=0.29.13
9+
- cython>=0.29.16
1010
- pytest>=5.0.1
1111
- pytest-xdist>=1.21
1212
- hypothesis>=3.58.0

ci/deps/azure-windows-37.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- python=3.7.*
77

88
# tools
9-
- cython>=0.29.13
9+
- cython>=0.29.16
1010
- pytest>=5.0.1
1111
- pytest-xdist>=1.21
1212
- hypothesis>=3.58.0

ci/deps/travis-36-cov.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- python=3.6.*
77

88
# tools
9-
- cython>=0.29.13
9+
- cython>=0.29.16
1010
- pytest>=5.0.1
1111
- pytest-xdist>=1.21
1212
- hypothesis>=3.58.0
@@ -15,7 +15,7 @@ dependencies:
1515
# pandas dependencies
1616
- beautifulsoup4
1717
- botocore>=1.11
18-
- cython>=0.29.13
18+
- cython>=0.29.16
1919
- dask
2020
- fastparquet>=0.3.2
2121
- gcsfs

0 commit comments

Comments
 (0)