Unverified Commit 371d5f5f authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parents 905105f2 939b36b9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@
  pymysql,
  pyqt5,
  pyreadstat,
  pyxlsb,
  qtpy,
  s3fs,
  scipy,
@@ -127,7 +128,7 @@ let
          excel = [
            odfpy
            openpyxl
            # TODO: pyxlsb
            pyxlsb
            xlrd
            xlsxwriter
          ];