Skip to content

Commit aac634d

Browse files
committed
Drop pytables < 3.4.2
1 parent e9c407e commit aac634d

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

ci/circle-27-compat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- numpy=1.12.0
1111
- openpyxl=2.5.5
1212
- psycopg2
13-
- pytables=3.2.2
13+
- pytables=3.4.2
1414
- python-dateutil=2.5.0
1515
- python=2.7*
1616
- pytz=2013b

ci/requirements-optional-conda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ numexpr>=2.6.2
1515
openpyxl=2.5.5
1616
pyarrow
1717
pymysql
18-
pytables
18+
pytables>=3.4.2
1919
pytest-cov
2020
pytest-xdist
2121
s3fs

doc/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Optional Dependencies
257257
version. Version 0.28.2 or higher.
258258
* `SciPy <http://www.scipy.org>`__: miscellaneous statistical functions, Version 0.14.0 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.
260-
* `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.
260+
* `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.
262262
* `Apache Parquet <https://parquet.apache.org/>`__, either `pyarrow <http://arrow.apache.org/docs/python/>`__ (>= 0.4.1) or `fastparquet <https://fastparquet.readthedocs.io/en/latest>`__ (>= 0.0.6) for parquet-based storage. The `snappy <https://pypi.org/project/python-snappy>`__ and `brotli <https://pypi.org/project/brotlipy>`__ are available for compression support.
263263
* `SQLAlchemy <http://www.sqlalchemy.org>`__: for SQL database support. Version 0.8.1 or higher recommended. Besides SQLAlchemy, you also need a database specific driver. You can find an overview of supported drivers for each SQL dialect in the `SQLAlchemy docs <http://docs.sqlalchemy.org/en/latest/dialects/index.html>`__. Some common drivers are:

doc/source/whatsnew/v0.24.0.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ If installed, we now require:
221221
+-----------------+-----------------+----------+---------------+
222222
| numexpr | 2.6.2 | | :issue:`21242`|
223223
+-----------------+-----------------+----------+---------------+
224+
| pytables | 3.4.2 | | :issue:`21242`|
225+
+-----------------+-----------------+----------+---------------+
224226

225227
.. _whatsnew_0240.api_breaking.interval_values:
226228

0 commit comments

Comments
 (0)