Skip to content

Commit c29b478

Browse files
committed
Drop scipy < 0.18.1
1 parent f81ad9f commit c29b478

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

ci/circle-27-compat.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- python-dateutil=2.5.0
1515
- python=2.7*
1616
- pytz=2013b
17-
- scipy=0.14.0
17+
- scipy=0.18.1
1818
- sqlalchemy=0.7.8
1919
- xlrd=0.9.2
2020
- xlsxwriter=0.5.2

ci/requirements-optional-conda.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pytables>=3.4.2
1919
pytest-cov
2020
pytest-xdist
2121
s3fs
22-
scipy
22+
scipy>=0.18.1
2323
seaborn
2424
sqlalchemy
2525
statsmodels

ci/requirements-optional-pip.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tables
2121
pytest-cov
2222
pytest-xdist
2323
s3fs
24-
scipy
24+
scipy>=0.18.1
2525
seaborn
2626
sqlalchemy
2727
statsmodels

doc/source/install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Optional Dependencies
255255

256256
* `Cython <http://www.cython.org>`__: Only necessary to build development
257257
version. Version 0.28.2 or higher.
258-
* `SciPy <http://www.scipy.org>`__: miscellaneous statistical functions, Version 0.14.0 or higher
258+
* `SciPy <http://www.scipy.org>`__: miscellaneous statistical functions, Version 0.18.1 or higher
259259
* `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.
260260
* `PyTables <http://www.pytables.org>`__: necessary for HDF5-based storage. Version 3.4.2 or higher required.
261261
* `Feather Format <https://github.com/wesm/feather>`__: necessary for feather-based storage, version 0.3.1 or higher.

doc/source/whatsnew/v0.24.0.txt

+2
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ If installed, we now require:
223223
+-----------------+-----------------+----------+---------------+
224224
| pytables | 3.4.2 | | :issue:`21242`|
225225
+-----------------+-----------------+----------+---------------+
226+
| scipy | 0.18.1 | | :issue:`21242`|
227+
+-----------------+-----------------+----------+---------------+
226228

227229
.. _whatsnew_0240.api_breaking.interval_values:
228230

0 commit comments

Comments
 (0)