python313Packages.pandas: add missing dependency pyxlsb to excel optdepends (#469376)

This commit is contained in:
Sandro
2026-01-02 03:22:31 +00:00
committed by GitHub
@@ -38,6 +38,7 @@
pymysql,
pyqt5,
pyreadstat,
pyxlsb,
qtpy,
s3fs,
scipy,
@@ -127,7 +128,7 @@ let
excel = [
odfpy
openpyxl
# TODO: pyxlsb
pyxlsb
xlrd
xlsxwriter
];