Skip to content

Commit c3e922f

Browse files
committed
Update dependencies: polars and pyarrow
Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0), (to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries) but was not found to be installed on your system. If this would cause problems for you, please provide us feedback at pandas-dev/pandas#54466 import pandas as pd
1 parent eac3f5e commit c3e922f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ dependencies = [
3838
"eval_type_backport>=0.2.0",
3939
"Pillow>=10.4.0",
4040
"numpy==1.26.4",
41+
"polars>=1.9.0",
42+
"pyarrow>=17.0.0",
4143
]
4244
readme = "README.md"
4345
requires-python = ">= 3.9"

requirements-dev.lock

+2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ pathspec==0.12.1
7979
pillow==10.4.0
8080
platformdirs==4.3.6
8181
pluggy==1.5.0
82+
polars==1.9.0
8283
pre-commit==3.8.0
84+
pyarrow==17.0.0
8385
pycodestyle==2.11.1
8486
pydantic==2.9.2
8587
pydantic-core==2.23.4

requirements.lock

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ openpyxl==3.1.5
3030
packaging==24.1
3131
pandas==2.2.0
3232
pillow==10.4.0
33+
polars==1.9.0
34+
pyarrow==17.0.0
3335
pydantic==2.9.2
3436
pydantic-core==2.23.4
3537
pyparsing==3.1.4

0 commit comments

Comments
 (0)