Skip to content

Commit 813bc7c

Browse files
authored
chore(deps): drop pyarrow dependency; resolve #83 (#375)
1 parent bf5fc09 commit 813bc7c

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pygef"
77
version = "0.10.1"
88
description = "Parse soil measurument data."
99
dependencies = [
10-
"polars[pyarrow]>1,<2",
10+
"polars>1,<2",
1111
"matplotlib>=3.6,<4.0",
1212
"lxml>=5,<6.0",
1313
"gef-file-to-map>=0.1,<0.2",

requirements.txt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ numpy==2.0.1
101101
# via
102102
# contourpy
103103
# matplotlib
104-
# pyarrow
105104
# rasterio
106105
# snuggs
107106
packaging==24.1
@@ -124,18 +123,14 @@ platformdirs==4.2.2
124123
# via black
125124
pluggy==1.5.0
126125
# via pytest
127-
polars[pyarrow]==1.4.1
128-
# via
129-
# polars
130-
# pygef (pyproject.toml)
126+
polars==1.4.1
127+
# via pygef (pyproject.toml)
131128
prompt-toolkit==3.0.47
132129
# via ipython
133130
ptyprocess==0.7.0
134131
# via pexpect
135132
pure-eval==0.2.3
136133
# via stack-data
137-
pyarrow==17.0.0
138-
# via polars
139134
pygments==2.18.0
140135
# via
141136
# ipython

0 commit comments

Comments
 (0)