File tree 5 files changed +6
-2
lines changed
5 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ jobs:
103
103
contextily
104
104
geopandas<1.0
105
105
ipython
106
+ pyarrow
106
107
rioxarray
107
108
make
108
109
pip
Original file line number Diff line number Diff line change 50
50
# 4. other packages that are used somewhere in PyGMT
51
51
python -m pip install \
52
52
numpy pandas xarray netcdf4 packaging \
53
- contextily geopandas ipython rioxarray \
54
- mypy pandas-stubs \
53
+ contextily geopandas ipython pyarrow rioxarray \
54
+ mypy pandas-stubs pyarrow-stubs \
55
55
matplotlib pytest
56
56
python -m pip list
57
57
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ dependencies:
16
16
- contextily
17
17
- geopandas<1.0
18
18
- ipython
19
+ - pyarrow
19
20
- rioxarray
20
21
# Development dependencies (general)
21
22
- make
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ dependencies:
16
16
- contextily
17
17
- geopandas
18
18
- ipython
19
+ - pyarrow
19
20
- rioxarray
20
21
# Development dependencies (general)
21
22
- dvc
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ all = [
43
43
" contextily" ,
44
44
" geopandas" ,
45
45
" IPython" , # 'ipython' is not the correct module name.
46
+ " pyarrow" ,
46
47
" rioxarray" ,
47
48
]
48
49
You can’t perform that action at this time.
0 commit comments