@@ -183,9 +183,9 @@ Installable with ``pip install "pandas[performance]"``
183183===================================================== ================== ================== ===================================================================================================================================================================================
184184Dependency Minimum Version pip extra Notes
185185===================================================== ================== ================== ===================================================================================================================================================================================
186- `numexpr <https://github.com/pydata/numexpr >`__ 2.8.4 performance Accelerates certain numerical operations by using multiple cores as well as smart chunking and caching to achieve large speedups
186+ `numexpr <https://github.com/pydata/numexpr >`__ 2.9.0 performance Accelerates certain numerical operations by using multiple cores as well as smart chunking and caching to achieve large speedups
187187`bottleneck <https://github.com/pydata/bottleneck >`__ 1.3.6 performance Accelerates certain types of ``nan `` by using specialized cython routines to achieve large speedup.
188- `numba <https://github.com/numba/numba >`__ 0.56.4 performance Alternative execution engine for operations that accept ``engine="numba" `` using a JIT compiler that translates Python functions to optimized machine code using the LLVM compiler.
188+ `numba <https://github.com/numba/numba >`__ 0.59.0 performance Alternative execution engine for operations that accept ``engine="numba" `` using a JIT compiler that translates Python functions to optimized machine code using the LLVM compiler.
189189===================================================== ================== ================== ===================================================================================================================================================================================
190190
191191Visualization
@@ -196,8 +196,8 @@ Installable with ``pip install "pandas[plot, output-formatting]"``.
196196========================================================== ================== ================== =======================================================
197197Dependency Minimum Version pip extra Notes
198198========================================================== ================== ================== =======================================================
199- `matplotlib <https://github.com/matplotlib/matplotlib >`__ 3.6 .3 plot Plotting library
200- `Jinja2 <https://github.com/pallets/jinja >`__ 3.1.2 output-formatting Conditional formatting with DataFrame.style
199+ `matplotlib <https://github.com/matplotlib/matplotlib >`__ 3.8 .3 plot Plotting library
200+ `Jinja2 <https://github.com/pallets/jinja >`__ 3.1.3 output-formatting Conditional formatting with DataFrame.style
201201`tabulate <https://github.com/astanin/python-tabulate >`__ 0.9.0 output-formatting Printing in Markdown-friendly format (see `tabulate `_)
202202========================================================== ================== ================== =======================================================
203203
@@ -209,8 +209,8 @@ Installable with ``pip install "pandas[computation]"``.
209209============================================== ================== =============== =======================================
210210Dependency Minimum Version pip extra Notes
211211============================================== ================== =============== =======================================
212- `SciPy <https://github.com/scipy/scipy >`__ 1.10 .0 computation Miscellaneous statistical functions
213- `xarray <https://github.com/pydata/xarray >`__ 2022.12.0 computation pandas-like API for N-dimensional data
212+ `SciPy <https://github.com/scipy/scipy >`__ 1.12 .0 computation Miscellaneous statistical functions
213+ `xarray <https://github.com/pydata/xarray >`__ 2024.1.1 computation pandas-like API for N-dimensional data
214214============================================== ================== =============== =======================================
215215
216216.. _install.excel_dependencies :
@@ -224,8 +224,8 @@ Installable with ``pip install "pandas[excel]"``.
224224Dependency Minimum Version pip extra Notes
225225================================================================== ================== =============== =============================================================
226226`xlrd <https://github.com/python-excel/xlrd >`__ 2.0.1 excel Reading for xls files
227- `xlsxwriter <https://github.com/jmcnamara/XlsxWriter >`__ 3.0.5 excel Writing for xlsx files
228- `openpyxl <https://github.com/theorchard/openpyxl >`__ 3.1.0 excel Reading / writing for Excel 2010 xlsx/xlsm/xltx/xltm files
227+ `xlsxwriter <https://github.com/jmcnamara/XlsxWriter >`__ 3.2.0 excel Writing for xlsx files
228+ `openpyxl <https://github.com/theorchard/openpyxl >`__ 3.1.2 excel Reading / writing for Excel 2010 xlsx/xlsm/xltx/xltm files
229229`pyxlsb <https://github.com/willtrnr/pyxlsb >`__ 1.0.10 excel Reading for xlsb files
230230`python-calamine <https://github.com/dimastbk/python-calamine >`__ 0.1.7 excel Reading for xls/xlsx/xlsm/xlsb/xla/xlam/ods files
231231`odfpy <https://github.com/eea/odfpy >`__ 1.4.1 excel Reading / writing for OpenDocument 1.2 files
@@ -239,7 +239,7 @@ Installable with ``pip install "pandas[html]"``.
239239=============================================================== ================== =============== ==========================
240240Dependency Minimum Version pip extra Notes
241241=============================================================== ================== =============== ==========================
242- `BeautifulSoup4 <https://github.com/wention/BeautifulSoup4 >`__ 4.11.2 html HTML parser for read_html
242+ `BeautifulSoup4 <https://github.com/wention/BeautifulSoup4 >`__ 4.12.3 html HTML parser for read_html
243243`html5lib <https://github.com/html5lib/html5lib-python >`__ 1.1 html HTML parser for read_html
244244`lxml <https://github.com/lxml/lxml >`__ 4.9.2 html HTML parser for read_html
245245=============================================================== ================== =============== ==========================
@@ -291,7 +291,7 @@ Dependency Minimum Versi
291291 mysql,
292292 sql-other
293293`psycopg2 <https://github.com/psycopg/psycopg2 >`__ 2.9.6 postgresql PostgreSQL engine for sqlalchemy
294- `pymysql <https://github.com/PyMySQL/PyMySQL >`__ 1.0.2 mysql MySQL engine for sqlalchemy
294+ `pymysql <https://github.com/PyMySQL/PyMySQL >`__ 1.1.0 mysql MySQL engine for sqlalchemy
295295`adbc-driver-postgresql <https://github.com/apache/arrow-adbc >`__ 0.10.0 postgresql ADBC Driver for PostgreSQL
296296`adbc-driver-sqlite <https://github.com/apache/arrow-adbc >`__ 0.8.0 sql-other ADBC Driver for SQLite
297297================================================================== ================== =============== ============================================
@@ -307,9 +307,9 @@ Dependency Minimum Version pip ex
307307`PyTables <https://github.com/PyTables/PyTables >`__ 3.8.0 hdf5 HDF5-based reading / writing
308308`blosc <https://github.com/Blosc/c-blosc >`__ 1.21.3 hdf5 Compression for HDF5; only available on ``conda ``
309309`zlib <https://github.com/madler/zlib >`__ hdf5 Compression for HDF5
310- `fastparquet <https://github.com/dask/fastparquet >`__ 2023.10.0 - Parquet reading / writing (pyarrow is default)
310+ `fastparquet <https://github.com/dask/fastparquet >`__ 2024.2.0 - Parquet reading / writing (pyarrow is default)
311311`pyarrow <https://github.com/apache/arrow >`__ 10.0.1 parquet, feather Parquet, ORC, and feather reading / writing
312- `pyreadstat <https://github.com/Roche/pyreadstat >`__ 1.2.0 spss SPSS files (.sav) reading
312+ `pyreadstat <https://github.com/Roche/pyreadstat >`__ 1.2.6 spss SPSS files (.sav) reading
313313`odfpy <https://github.com/eea/odfpy >`__ 1.4.1 excel Open document format (.odf, .ods, .odt) reading / writing
314314====================================================== ================== ================ ==========================================================
315315
@@ -329,10 +329,10 @@ Installable with ``pip install "pandas[fss, aws, gcp]"``
329329============================================ ================== =============== ==========================================================
330330Dependency Minimum Version pip extra Notes
331331============================================ ================== =============== ==========================================================
332- `fsspec <https://github.com/fsspec >`__ 2022.11.0 fss, gcp, aws Handling files aside from simple local and HTTP (required
332+ `fsspec <https://github.com/fsspec >`__ 2024.2.0 fss, gcp, aws Handling files aside from simple local and HTTP (required
333333 dependency of s3fs, gcsfs).
334- `gcsfs <https://github.com/fsspec/gcsfs >`__ 2022.11.0 gcp Google Cloud Storage access
335- `s3fs <https://github.com/fsspec/s3fs >`__ 2022.11.0 aws Amazon S3 access
334+ `gcsfs <https://github.com/fsspec/gcsfs >`__ 2024.2.0 gcp Google Cloud Storage access
335+ `s3fs <https://github.com/fsspec/s3fs >`__ 2024.2.0 aws Amazon S3 access
336336============================================ ================== =============== ==========================================================
337337
338338Clipboard
0 commit comments