Skip to content

Commit

Permalink
chore(deps): drop pyarrow dependency; resolve #83
Browse files Browse the repository at this point in the history
  • Loading branch information
RDWimmers committed Aug 13, 2024
1 parent bf5fc09 commit d91844c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 2 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ numpy==2.0.1
# via
# contourpy
# matplotlib
# pyarrow
# rasterio
# snuggs
packaging==24.1
Expand All @@ -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
Expand Down

0 comments on commit d91844c

Please sign in to comment.