Skip to content

Commit d1756fd

Browse files
committed
Bump Cython version in CI to 0.28
1 parent f9019fe commit d1756fd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ci/circle-27-compat.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
dependencies:
66
- bottleneck=1.0.0
7-
- cython=0.24
7+
- cython=0.28
88
- jinja2=2.8
99
- numexpr=2.4.4 # we test that we correctly don't use an unsupported numexpr
1010
- numpy=1.9.2

ci/travis-27-locale.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
dependencies:
66
- bottleneck=1.0.0
7-
- cython=0.24
7+
- cython=0.28
88
- lxml
99
- matplotlib=1.4.3
1010
- numpy=1.9.2

ci/travis-27.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
- beautifulsoup4
77
- bottleneck
8-
- cython=0.24
8+
- cython=0.28
99
- fastparquet
1010
- feather-format
1111
- flake8=3.4.1

doc/source/install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Optional Dependencies
253253
~~~~~~~~~~~~~~~~~~~~~
254254

255255
* `Cython <http://www.cython.org>`__: Only necessary to build development
256-
version. Version 0.24 or higher.
256+
version. Version 0.28 or higher.
257257
* `SciPy <http://www.scipy.org>`__: miscellaneous statistical functions, Version 0.14.0 or higher
258258
* `xarray <http://xarray.pydata.org>`__: pandas like handling for > 2 dims, needed for converting Panels to xarray objects. Version 0.7.0 or higher is recommended.
259259
* `PyTables <http://www.pytables.org>`__: necessary for HDF5-based storage. Version 3.0.0 or higher required, Version 3.2.1 or higher highly recommended.

0 commit comments

Comments
 (0)