Skip to content

Commit 12b9a79

Browse files
committed
Drop numexpr < 2.6.2
1 parent 124d511 commit 12b9a79

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

ci/circle-27-compat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- bottleneck=1.2.0
77
- cython=0.28.2
88
- jinja2=2.8
9-
- numexpr=2.4.4 # we test that we correctly don't use an unsupported numexpr
9+
- numexpr=2.6.2
1010
- numpy=1.12.0
1111
- openpyxl=2.5.5
1212
- psycopg2

ci/requirements-optional-conda.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
beautifulsoup4>=4.2.1
22
blosc
3-
bottleneck
3+
bottleneck>=1.2.0
44
fastparquet
55
feather-format
66
gcsfs
@@ -9,9 +9,9 @@ ipython>=5.6.0
99
ipykernel
1010
jinja2
1111
lxml
12-
matplotlib
12+
matplotlib>=2.0.0
1313
nbsphinx
14-
numexpr
14+
numexpr>=2.6.2
1515
openpyxl=2.5.5
1616
pyarrow
1717
pymysql

ci/requirements-optional-pip.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Do not modify directly
33
beautifulsoup4>=4.2.1
44
blosc
5-
bottleneck
5+
bottleneck>=1.2.0
66
fastparquet
77
feather-format
88
gcsfs
@@ -11,9 +11,9 @@ ipython>=5.6.0
1111
ipykernel
1212
jinja2
1313
lxml
14-
matplotlib
14+
matplotlib>=2.0.0
1515
nbsphinx
16-
numexpr
16+
numexpr>=2.6.2
1717
openpyxl==2.5.5
1818
pyarrow
1919
pymysql

doc/source/install.rst

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

237237
* `numexpr <https://github.com/pydata/numexpr>`__: for accelerating certain numerical operations.
238238
``numexpr`` uses multiple cores as well as smart chunking and caching to achieve large speedups.
239-
If installed, must be Version 2.4.6 or higher.
239+
If installed, must be Version 2.6.2 or higher.
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,

doc/source/whatsnew/v0.24.0.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ If installed, we now require:
219219
+-----------------+-----------------+----------+---------------+
220220
| matplotlib | 2.0.0 | | :issue:`21242`|
221221
+-----------------+-----------------+----------+---------------+
222+
| numexpr | 2.6.2 | | :issue:`21242`|
223+
+-----------------+-----------------+----------+---------------+
222224

223225
.. _whatsnew_0240.api_breaking.interval_values:
224226

0 commit comments

Comments
 (0)