Skip to content

Commit 39d1217

Browse files
authored
BLD: update min versions #35732 (#35733)
1 parent 934e9f8 commit 39d1217

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pandas/compat/_optional.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@
1111
"fsspec": "0.7.4",
1212
"fastparquet": "0.3.2",
1313
"gcsfs": "0.6.0",
14-
"lxml.etree": "3.8.0",
15-
"matplotlib": "2.2.2",
16-
"numexpr": "2.6.2",
14+
"lxml.etree": "4.3.0",
15+
"matplotlib": "2.2.3",
16+
"numexpr": "2.6.8",
1717
"odfpy": "1.3.0",
1818
"openpyxl": "2.5.7",
1919
"pandas_gbq": "0.12.0",
20-
"pyarrow": "0.13.0",
21-
"pytables": "3.4.3",
20+
"pyarrow": "0.15.0",
21+
"pytables": "3.4.4",
2222
"pytest": "5.0.1",
2323
"pyxlsb": "1.0.6",
2424
"s3fs": "0.4.0",
2525
"scipy": "1.2.0",
26-
"sqlalchemy": "1.1.4",
27-
"tables": "3.4.3",
26+
"sqlalchemy": "1.2.8",
27+
"tables": "3.4.4",
2828
"tabulate": "0.8.3",
29-
"xarray": "0.8.2",
29+
"xarray": "0.12.0",
3030
"xlrd": "1.2.0",
31-
"xlwt": "1.2.0",
32-
"xlsxwriter": "0.9.8",
31+
"xlwt": "1.3.0",
32+
"xlsxwriter": "1.0.2",
3333
"numba": "0.46.0",
3434
}
3535

0 commit comments

Comments
 (0)