File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
3
3
- defaults
4
4
- conda-forge
5
5
dependencies :
6
- - bottleneck=1.0 .0
6
+ - bottleneck=1.2 .0
7
7
- cython=0.28.2
8
8
- jinja2=2.8
9
9
- numexpr=2.4.4 # we test that we correctly don't use an unsupported numexpr
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
3
3
- defaults
4
4
- conda-forge
5
5
dependencies :
6
- - bottleneck=1.0 .0
6
+ - bottleneck=1.2 .0
7
7
- cython=0.28.2
8
8
- lxml
9
9
- matplotlib=1.4.3
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ Recommended Dependencies
240
240
241
241
* `bottleneck <https://github.com/kwgoodman/bottleneck >`__: for accelerating certain types of ``nan ``
242
242
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.
244
244
245
245
.. note ::
246
246
Original file line number Diff line number Diff line change @@ -208,13 +208,15 @@ Dependencies have increased minimum versions
208
208
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
209
209
210
210
We have updated our minimum supported versions of dependencies (:issue:`21242`).
211
- We now require:
211
+ If installed, we now require:
212
212
213
213
+-----------------+-----------------+----------+---------------+
214
214
| Package | Minimum Version | Required | Issue |
215
215
+=================+=================+==========+===============+
216
216
| numpy | 1.12.0 | X | :issue:`21242`|
217
217
+-----------------+-----------------+----------+---------------+
218
+ | bottleneck | 1.2.0 | | :issue:`21242`|
219
+ +-----------------+-----------------+----------+---------------+
218
220
219
221
.. _whatsnew_0240.api_breaking.interval_values:
220
222
You can’t perform that action at this time.
0 commit comments