8000 fix(deps): update dependency earthengine-api to v1.5.9 (#13284) · katiemn/python-docs-samples@8ffb8cb · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ffb8cb

Browse files
authored
fix(deps): update dependency earthengine-api to v1.5.9 (GoogleCloudPlatform#13284)
1 parent 81fca22 commit 8ffb8cb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

people-and-planet-ai/geospatial-classification/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
earthengine-api==1.5.6
1+
earthengine-api==1.5.9
22
folium==0.19.5
33
google-cloud-aiplatform==1.47.0
44
pandas==2.2.3

people-and-planet-ai/land-cover-classification/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Requirements to run the notebooks.
22
apache-beam[gcp]==2.46.0
3-
earthengine-api==1.5.6
3+
earthengine-api==1.5.9
44
folium==0.19.5
55
google-cloud-aiplatform==1.47.0
66
imageio==2.36.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Requirements for the prediction web service.
22
Flask==3.0.3
3-
earthengine-api==1.5.6
3+
earthengine-api==1.5.9
44
gunicorn==23.0.0
55
tensorflow==2.12.0
66
Werkzeug==3.0.3

people-and-planet-ai/land-cover-classification/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
packages=["serving"],
2222
install_requires=[
2323
"apache-beam[gcp]==2.46.0",
24-
"earthengine-api==1.5.6",
24+
"earthengine-api==1.5.9",
2525
"tensorflow==2.12.0",
2626
],
2727
)

people-and-planet-ai/weather-forecasting/serving/weather-data/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
name = "weather-data"
1818
version = "1.0.0"
1919
dependencies = [
20-
"earthengine-api==1.5.6",
20+
"earthengine-api==1.5.9",
2121
]

0 commit comments

Comments
 (0)
0