From d91844c5d8f510467add7c2ec831c8d700b50e9a Mon Sep 17 00:00:00 2001 From: Robin Wimmers Date: Tue, 13 Aug 2024 16:44:27 +0200 Subject: [PATCH] chore(deps): drop pyarrow dependency; resolve #83 --- pyproject.toml | 2 +- requirements.txt | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c2c7003d..ccb04e93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "pygef" version = "0.10.1" description = "Parse soil measurument data." dependencies = [ - "polars[pyarrow]>1,<2", + "polars>1,<2", "matplotlib>=3.6,<4.0", "lxml>=5,<6.0", "gef-file-to-map>=0.1,<0.2", diff --git a/requirements.txt b/requirements.txt index cf4880f3..810a5c4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -101,7 +101,6 @@ numpy==2.0.1 # via # contourpy # matplotlib - # pyarrow # rasterio # snuggs packaging==24.1 @@ -124,18 +123,14 @@ platformdirs==4.2.2 # via black pluggy==1.5.0 # via pytest -polars[pyarrow]==1.4.1 - # via - # polars - # pygef (pyproject.toml) +polars==1.4.1 + # via pygef (pyproject.toml) prompt-toolkit==3.0.47 # via ipython ptyprocess==0.7.0 # via pexpect pure-eval==0.2.3 # via stack-data -pyarrow==17.0.0 - # via polars pygments==2.18.0 # via # ipython