Skip to content

Commit a495db9

Browse files
committed
Drop bottleneck < 1.2.0
1 parent 22dab2d commit a495db9

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

ci/circle-27-compat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- defaults
44
- conda-forge
55
dependencies:
6-
- bottleneck=1.0.0
6+
- bottleneck=1.2.0
77
- cython=0.28.2
88
- jinja2=2.8
99
- numexpr=2.4.4 # we test that we correctly don't use an unsupported numexpr

ci/travis-27-locale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- defaults
44
- conda-forge
55
dependencies:
6-
- bottleneck=1.0.0
6+
- bottleneck=1.2.0
77
- cython=0.28.2
88
- lxml
99
- matplotlib=1.4.3

doc/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Recommended Dependencies
240240

241241
* `bottleneck <https://github.com/kwgoodman/bottleneck>`__: for accelerating certain types of ``nan``
242242
evaluations. ``bottleneck`` uses specialized cython routines to achieve large speedups. If installed,
243-
must be Version 1.0.0 or higher.
243+
must be Version 1.2.0 or higher.
244244

245245
.. note::
246246

doc/source/whatsnew/v0.24.0.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,15 @@ Dependencies have increased minimum versions
208208
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
209209

210210
We have updated our minimum supported versions of dependencies (:issue:`21242`).
211-
We now require:
211+
If installed, we now require:
212212

213213
+-----------------+-----------------+----------+---------------+
214214
| Package | Minimum Version | Required | Issue |
215215
+=================+=================+==========+===============+
216216
| numpy | 1.12.0 | X | :issue:`21242`|
217217
+-----------------+-----------------+----------+---------------+
218+
| bottleneck | 1.2.0 | | :issue:`21242`|
219+
+-----------------+-----------------+----------+---------------+
218220

219221
.. _whatsnew_0240.api_breaking.interval_values:
220222

0 commit comments

Comments
 (0)