Skip to content

Commit 9c0be50

Browse files
Add geopandas as an optional test dependency
1 parent 0aefeea commit 9c0be50

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

requirements/dev.txt

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ azure-datalake-store==0.0.53
4747
# via adlfs
4848
azure-identity==1.17.1
4949
# via adlfs
50-
azure-storage-blob==12.20.0
50+
azure-storage-blob==12.21.0
5151
# via adlfs
5252
backcall==0.2.0
5353
# via ipython
@@ -61,6 +61,8 @@ cachetools==5.4.0
6161
# via google-auth
6262
certifi==2024.7.4
6363
# via
64+
# pyogrio
65+
# pyproj
6466
# requests
6567
# sphobjinv
6668
cffi==1.16.0
@@ -112,6 +114,8 @@ fsspec==2024.6.1
112114
# s3fs
113115
gcsfs==2024.6.1
114116
# via pins (setup.cfg)
117+
geopandas==1.0.1
118+
# via pins (setup.cfg)
115119
google-api-core==2.19.1
116120
# via
117121
# google-cloud-core
@@ -201,7 +205,7 @@ matplotlib-inline==0.1.7
201205
# ipython
202206
mdurl==0.1.2
203207
# via markdown-it-py
204-
msal==1.29.0
208+
msal==1.30.0
205209
# via
206210
# azure-datalake-store
207211
# azure-identity
@@ -223,20 +227,26 @@ nest-asyncio==1.6.0
223227
numpy==2.0.0
224228
# via
225229
# fastparquet
230+
# geopandas
226231
# pandas
227232
# pyarrow
233+
# pyogrio
234+
# shapely
228235
oauthlib==3.2.2
229236
# via requests-oauthlib
230237
packaging==24.1
231238
# via
232239
# build
233240
# fastparquet
241+
# geopandas
234242
# ipykernel
243+
# pyogrio
235244
# pytest
236245
# pytest-cases
237246
pandas==2.2.2
238247
# via
239248
# fastparquet
249+
# geopandas
240250
# pins (setup.cfg)
241251
parso==0.8.4
242252
# via jedi
@@ -250,7 +260,7 @@ platformdirs==4.2.2
250260
# via jupyter-core
251261
pluggy==1.5.0
252262
# via pytest
253-
plum-dispatch==2.5.1.post1
263+
plum-dispatch==2.5.2
254264
# via quartodoc
255265
portalocker==2.10.1
256266
# via msal-extensions
@@ -271,7 +281,7 @@ pure-eval==0.2.2
271281
# via stack-data
272282
py==1.11.0
273283
# via pytest
274-
pyarrow==16.1.0
284+
pyarrow==17.0.0
275285
# via pins (setup.cfg)
276286
pyasn1==0.6.0
277287
# via
@@ -293,6 +303,10 @@ pyjwt==2.8.0
293303
# via
294304
# msal
295305
# pyjwt
306+
pyogrio==0.9.0
307+
# via geopandas
308+
pyproj==3.6.1
309+
# via geopandas
296310
pyproject-hooks==1.1.0
297311
# via
298312
# build
@@ -354,6 +368,8 @@ rsa==4.9
354368
# via google-auth
355369
s3fs==2024.6.1
356370
# via pins (setup.cfg)
371+
shapely==2.0.5
372+
# via geopandas
357373
six==1.16.0
358374
# via
359375
# asttokens
@@ -389,6 +405,7 @@ typing-extensions==4.12.2
389405
# azure-core
390406
# azure-identity
391407
# azure-storage-blob
408+
# plum-dispatch
392409
# pydantic
393410
# pydantic-core
394411
# quartodoc

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ test =
6464
gcsfs
6565
fastparquet
6666
pyarrow
67+
geopandas
6768

6869

6970
[bdist_wheel]

0 commit comments

Comments
 (0)