Skip to content

Commit

Permalink
Update dependencies: polars and pyarrow
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sonoh5n committed Oct 15, 2024
1 parent eac3f5e commit c3e922f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ dependencies = [
"eval_type_backport>=0.2.0",
"Pillow>=10.4.0",
"numpy==1.26.4",
"polars>=1.9.0",
"pyarrow>=17.0.0",
]
readme = "README.md"
requires-python = ">= 3.9"
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ pathspec==0.12.1
pillow==10.4.0
platformdirs==4.3.6
pluggy==1.5.0
polars==1.9.0
pre-commit==3.8.0
pyarrow==17.0.0
pycodestyle==2.11.1
pydantic==2.9.2
pydantic-core==2.23.4
Expand Down
2 changes: 2 additions & 0 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ openpyxl==3.1.5
packaging==24.1
pandas==2.2.0
pillow==10.4.0
polars==1.9.0
pyarrow==17.0.0
pydantic==2.9.2
pydantic-core==2.23.4
pyparsing==3.1.4
Expand Down

0 comments on commit c3e922f

Please sign in to comment.