File tree 3 files changed +3
-5
lines changed
doc/source/getting_started
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ BeautifulSoup4 4.6.0 HTML parser for read_html (see :ref
262
262
Jinja2 2.10 Conditional formatting with DataFrame.style
263
263
PyQt4 Clipboard I/O
264
264
PyQt5 Clipboard I/O
265
- PyTables 3.4.4 HDF5-based reading / writing
265
+ PyTables 3.5.1 HDF5-based reading / writing
266
266
SQLAlchemy 1.2.8 SQL support for databases other than sqlite
267
267
SciPy 1.12.0 Miscellaneous statistical functions
268
268
xlsxwriter 1.0.2 Excel writing
@@ -280,7 +280,6 @@ psycopg2 2.7 PostgreSQL engine for sqlalchemy
280
280
pyarrow 0.15.0 Parquet, ORC, and feather reading / writing
281
281
pymysql 0.7.11 MySQL engine for sqlalchemy
282
282
pyreadstat SPSS files (.sav) reading
283
- pytables 3.5.1 HDF5 reading / writing
284
283
pyxlsb 1.0.6 Reading for xlsb files
285
284
qtpy Clipboard I/O
286
285
s3fs 0.4.0 Amazon S3 access
Original file line number Diff line number Diff line change 18
18
"openpyxl" : "2.5.7" ,
19
19
"pandas_gbq" : "0.12.0" ,
20
20
"pyarrow" : "0.15.0" ,
21
- "pytables" : "3.4.4" ,
22
21
"pytest" : "5.0.1" ,
23
22
"pyxlsb" : "1.0.6" ,
24
23
"s3fs" : "0.4.0" ,
25
24
"scipy" : "1.2.0" ,
26
25
"sqlalchemy" : "1.2.8" ,
27
- "tables" : "3.4.4 " ,
26
+ "tables" : "3.5.1 " ,
28
27
"tabulate" : "0.8.3" ,
29
28
"xarray" : "0.12.0" ,
30
29
"xlrd" : "1.2.0" ,
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ exclude =
54
54
55
55
[tool:pytest]
56
56
# sync minversion with setup.cfg & install.rst
57
- minversion = 4 .0.2
57
+ minversion = 5 .0.1
58
58
testpaths = pandas
59
59
doctest_optionflags = NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL ELLIPSIS
60
60
addopts = --strict-data-files
You can’t perform that action at this time.
0 commit comments