From 20f3075ced79c43e5cb8195dfee5235d8686da8d Mon Sep 17 00:00:00 2001 From: Fangchen Li Date: Thu, 15 Oct 2020 15:46:22 -0500 Subject: [PATCH] CLN: sync min versions --- doc/source/getting_started/install.rst | 3 +-- pandas/compat/_optional.py | 3 +-- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/source/getting_started/install.rst b/doc/source/getting_started/install.rst index 70d145c54e919..cd61f17220f22 100644 --- a/doc/source/getting_started/install.rst +++ b/doc/source/getting_started/install.rst @@ -262,7 +262,7 @@ BeautifulSoup4 4.6.0 HTML parser for read_html (see :ref Jinja2 2.10 Conditional formatting with DataFrame.style PyQt4 Clipboard I/O PyQt5 Clipboard I/O -PyTables 3.4.4 HDF5-based reading / writing +PyTables 3.5.1 HDF5-based reading / writing SQLAlchemy 1.2.8 SQL support for databases other than sqlite SciPy 1.12.0 Miscellaneous statistical functions xlsxwriter 1.0.2 Excel writing @@ -280,7 +280,6 @@ psycopg2 2.7 PostgreSQL engine for sqlalchemy pyarrow 0.15.0 Parquet, ORC, and feather reading / writing pymysql 0.7.11 MySQL engine for sqlalchemy pyreadstat SPSS files (.sav) reading -pytables 3.5.1 HDF5 reading / writing pyxlsb 1.0.6 Reading for xlsb files qtpy Clipboard I/O s3fs 0.4.0 Amazon S3 access diff --git a/pandas/compat/_optional.py b/pandas/compat/_optional.py index 40688a3978cfc..d3c7888cac704 100644 --- a/pandas/compat/_optional.py +++ b/pandas/compat/_optional.py @@ -18,13 +18,12 @@ "openpyxl": "2.5.7", "pandas_gbq": "0.12.0", "pyarrow": "0.15.0", - "pytables": "3.4.4", "pytest": "5.0.1", "pyxlsb": "1.0.6", "s3fs": "0.4.0", "scipy": "1.2.0", "sqlalchemy": "1.2.8", - "tables": "3.4.4", + "tables": "3.5.1", "tabulate": "0.8.3", "xarray": "0.12.0", "xlrd": "1.2.0", diff --git a/setup.cfg b/setup.cfg index ad72374fa325d..9f8776262268a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,7 +54,7 @@ exclude = [tool:pytest] # sync minversion with setup.cfg & install.rst -minversion = 4.0.2 +minversion = 5.0.1 testpaths = pandas doctest_optionflags = NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL ELLIPSIS addopts = --strict-data-files