Skip to content

Commit fe3d79d

Browse files
committed
updates samples/geography/reqs
1 parent 7a19091 commit fe3d79d

File tree

2 files changed

+12
-34
lines changed

2 files changed

+12
-34
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
pytest===7.4.4; python_version == '3.7'
2-
pytest==8.3.4; python_version >= '3.8'
1+
pytest==8.3.4; python_version >= '3.9'
32
mock==5.1.0

samples/geography/requirements.txt

Lines changed: 11 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
1-
attrs===24.2.0; python_version == '3.7'
2-
attrs==24.3.0; python_version >= '3.8'
1+
attrs==24.3.0; python_version >= '3.9'
32
certifi==2024.12.14
4-
cffi===1.15.1; python_version == '3.7'
5-
cffi==1.17.1; python_version >= '3.8'
3+
cffi==1.17.1; python_version >= '3.9'
64
charset-normalizer==3.4.1
75
click==8.1.8
86
click-plugins==1.1.1
97
cligj==0.7.2
10-
dataclasses==0.8; python_version < '3.7'
118
db-dtypes==1.3.1
12-
Fiona===1.9.6; python_version == '3.7'
13-
Fiona==1.10.1; python_version >= '3.8'
9+
Fiona==1.10.1; python_version >= '3.9'
1410
geojson==3.2.0
15-
geopandas===0.10.2; python_version == '3.7'
16-
geopandas===0.13.2; python_version == '3.8'
1711
geopandas==1.0.1; python_version >= '3.9'
1812
google-api-core==2.24.0
1913
google-auth==2.37.0
@@ -24,40 +18,25 @@ google-crc32c===1.5.0; python_version < '3.9'
2418
google-crc32c==1.6.0; python_version >= '3.9'
2519
google-resumable-media==2.7.2
2620
googleapis-common-protos==1.66.0
27-
grpcio===1.62.2; python_version == '3.7'
28-
grpcio==1.69.0; python_version >= '3.8'
21+
grpcio==1.69.0; python_version >= '3.9'
2922
idna==3.10
3023
munch==4.0.0
3124
mypy-extensions==1.0.0
32-
packaging===24.0; python_version == '3.7'
33-
packaging==24.2; python_version >= '3.8'
34-
pandas===1.3.5; python_version == '3.7'
35-
pandas===2.0.3; python_version == '3.8'
25+
packaging==24.2; python_version >= '3.9'
3626
pandas==2.2.3; python_version >= '3.9'
3727
proto-plus==1.25.0
38-
pyarrow===12.0.1; python_version == '3.7'
39-
pyarrow===17.0.0; python_version == '3.8'
4028
pyarrow==18.1.0; python_version >= '3.9'
41-
pyasn1===0.5.1; python_version == '3.7'
42-
pyasn1==0.6.1; python_version >= '3.8'
43-
pyasn1-modules===0.3.0; python_version == '3.7'
44-
pyasn1-modules==0.4.1; python_version >= '3.8'
45-
pycparser===2.21; python_version == '3.7'
46-
pycparser==2.22; python_version >= '3.8'
47-
pyparsing===3.1.4; python_version < '3.9'
29+
pyasn1==0.6.1; python_version >= '3.9'
30+
pyasn1-modules==0.4.1; python_version >= '3.9'
31+
pycparser==2.22; python_version >= '3.9'
4832
pyparsing==3.2.1; python_version >= '3.9'
4933
python-dateutil==2.9.0.post0
5034
pytz==2024.2
51-
PyYAML===6.0.1; python_version == '3.7'
52-
PyYAML==6.0.2; python_version >= '3.8'
53-
requests==2.31.0; python_version == '3.7'
54-
requests==2.32.3; python_version >= '3.8'
35+
PyYAML==6.0.2; python_version >= '3.9'
36+
requests==2.32.3; python_version >= '3.9'
5537
rsa==4.9
5638
Shapely==2.0.6
5739
six==1.17.0
58-
typing-extensions===4.7.1; python_version == '3.7'
59-
typing-extensions==4.12.2; python_version >= '3.8'
40+
typing-extensions==4.12.2; python_version >= '3.9'
6041
typing-inspect==0.9.0
61-
urllib3===1.26.18; python_version == '3.7'
62-
urllib3===2.2.3; python_version == '3.8'
6342
urllib3==2.3.0; python_version >= '3.9'

0 commit comments

Comments
 (0)