Skip to content

Commit a225f54

Browse files
fangchenliJulianWgs
authored andcommitted
CLN: sync min versions (pandas-dev#37147)
1 parent ade8a65 commit a225f54

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

doc/source/getting_started/install.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ BeautifulSoup4 4.6.0 HTML parser for read_html (see :ref
262262
Jinja2 2.10 Conditional formatting with DataFrame.style
263263
PyQt4 Clipboard I/O
264264
PyQt5 Clipboard I/O
265-
PyTables 3.4.4 HDF5-based reading / writing
265+
PyTables 3.5.1 HDF5-based reading / writing
266266
SQLAlchemy 1.2.8 SQL support for databases other than sqlite
267267
SciPy 1.12.0 Miscellaneous statistical functions
268268
xlsxwriter 1.0.2 Excel writing
@@ -280,7 +280,6 @@ psycopg2 2.7 PostgreSQL engine for sqlalchemy
280280
pyarrow 0.15.0 Parquet, ORC, and feather reading / writing
281281
pymysql 0.7.11 MySQL engine for sqlalchemy
282282
pyreadstat SPSS files (.sav) reading
283-
pytables 3.5.1 HDF5 reading / writing
284283
pyxlsb 1.0.6 Reading for xlsb files
285284
qtpy Clipboard I/O
286285
s3fs 0.4.0 Amazon S3 access

pandas/compat/_optional.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@
1818
"openpyxl": "2.5.7",
1919
"pandas_gbq": "0.12.0",
2020
"pyarrow": "0.15.0",
21-
"pytables": "3.4.4",
2221
"pytest": "5.0.1",
2322
"pyxlsb": "1.0.6",
2423
"s3fs": "0.4.0",
2524
"scipy": "1.2.0",
2625
"sqlalchemy": "1.2.8",
27-
"tables": "3.4.4",
26+
"tables": "3.5.1",
2827
"tabulate": "0.8.3",
2928
"xarray": "0.12.0",
3029
"xlrd": "1.2.0",

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ exclude =
5454

5555
[tool:pytest]
5656
# sync minversion with setup.cfg & install.rst
57-
minversion = 4.0.2
57+
minversion = 5.0.1
5858
testpaths = pandas
5959
doctest_optionflags = NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL ELLIPSIS
6060
addopts = --strict-data-files

0 commit comments

Comments
 (0)