File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "pygef"
7
7
version = " 0.10.1"
8
8
description = " Parse soil measurument data."
9
9
dependencies = [
10
- " polars[pyarrow] >1,<2" ,
10
+ " polars>1,<2" ,
11
11
" matplotlib>=3.6,<4.0" ,
12
12
" lxml>=5,<6.0" ,
13
13
" gef-file-to-map>=0.1,<0.2" ,
Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ numpy==2.0.1
101
101
# via
102
102
# contourpy
103
103
# matplotlib
104
- # pyarrow
105
104
# rasterio
106
105
# snuggs
107
106
packaging == 24.1
@@ -124,18 +123,14 @@ platformdirs==4.2.2
124
123
# via black
125
124
pluggy == 1.5.0
126
125
# 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)
131
128
prompt-toolkit == 3.0.47
132
129
# via ipython
133
130
ptyprocess == 0.7.0
134
131
# via pexpect
135
132
pure-eval == 0.2.3
136
133
# via stack-data
137
- pyarrow == 17.0.0
138
- # via polars
139
134
pygments == 2.18.0
140
135
# via
141
136
# ipython
You can’t perform that action at this time.
0 commit comments