From c3e922fc4e34be98a651aeb60898c644eac604ae Mon Sep 17 00:00:00 2001 From: Sonokawa Hayato Date: Tue, 15 Oct 2024 11:54:20 +0900 Subject: [PATCH] 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 https://github.com/pandas-dev/pandas/issues/54466 import pandas as pd --- pyproject.toml | 2 ++ requirements-dev.lock | 2 ++ requirements.lock | 2 ++ 3 files changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f74bc7d..13e5392 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/requirements-dev.lock b/requirements-dev.lock index c41c61f..422be24 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -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 diff --git a/requirements.lock b/requirements.lock index 4002178..010eabe 100644 --- a/requirements.lock +++ b/requirements.lock @@ -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