Skip to content

Commit a6c0ca8

Browse files
Add geopandas as an optional test dependency
1 parent d821b76 commit a6c0ca8

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ test = [
6060
"pytest-dotenv",
6161
"pytest-parallel",
6262
"s3fs",
63+
"geopandas",
6364
]
6465

6566
[build-system]

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
@@ -118,6 +120,8 @@ fsspec==2024.6.1
118120
# s3fs
119121
gcsfs==2024.6.1
120122
# via pins (setup.cfg)
123+
geopandas==1.0.1
124+
# via pins (setup.cfg)
121125
google-api-core==2.19.1
122126
# via
123127
# google-cloud-core
@@ -209,7 +213,7 @@ matplotlib-inline==0.1.7
209213
# ipython
210214
mdurl==0.1.2
211215
# via markdown-it-py
212-
msal==1.29.0
216+
msal==1.30.0
213217
# via
214218
# azure-datalake-store
215219
# azure-identity
@@ -235,20 +239,26 @@ nodeenv==1.9.1
235239
numpy==2.0.0
236240
# via
237241
# fastparquet
242+
# geopandas
238243
# pandas
239244
# pyarrow
245+
# pyogrio
246+
# shapely
240247
oauthlib==3.2.2
241248
# via requests-oauthlib
242249
packaging==24.1
243250
# via
244251
# build
245252
# fastparquet
253+
# geopandas
246254
# ipykernel
255+
# pyogrio
247256
# pytest
248257
# pytest-cases
249258
pandas==2.2.2
250259
# via
251260
# fastparquet
261+
# geopandas
252262
# pins (setup.cfg)
253263
parso==0.8.4
254264
# via jedi
@@ -264,7 +274,7 @@ platformdirs==4.2.2
264274
# virtualenv
265275
pluggy==1.5.0
266276
# via pytest
267-
plum-dispatch==2.5.1.post1
277+
plum-dispatch==2.5.2
268278
# via quartodoc
269279
portalocker==2.10.1
270280
# via msal-extensions
@@ -287,7 +297,7 @@ pure-eval==0.2.2
287297
# via stack-data
288298
py==1.11.0
289299
# via pytest
290-
pyarrow==16.1.0
300+
pyarrow==17.0.0
291301
# via pins (setup.cfg)
292302
pyasn1==0.6.0
293303
# via
@@ -309,6 +319,10 @@ pyjwt==2.8.0
309319
# via
310320
# msal
311321
# pyjwt
322+
pyogrio==0.9.0
323+
# via geopandas
324+
pyproj==3.6.1
325+
# via geopandas
312326
pyproject-hooks==1.1.0
313327
# via
314328
# build
@@ -373,6 +387,8 @@ rsa==4.9
373387
# via google-auth
374388
s3fs==2024.6.1
375389
# via pins (setup.cfg)
390+
shapely==2.0.5
391+
# via geopandas
376392
six==1.16.0
377393
# via
378394
# asttokens
@@ -410,6 +426,7 @@ typing-extensions==4.12.2
410426
# azure-core
411427
# azure-identity
412428
# azure-storage-blob
429+
# plum-dispatch
413430
# pydantic
414431
# pydantic-core
415432
# quartodoc

0 commit comments

Comments
 (0)