Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce472f3

Browse files
authored
chore(deps): update dependency earthengine-api to v0.1.358 (GoogleCloudPlatform#10345)
1 parent 74a0746 commit ce472f3

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

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==0.1.355
1+
earthengine-api==0.1.358
22
folium==0.14.0
33
google-cloud-aiplatform==1.25.0
44
pandas==2.0.1

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==0.1.355
3+
earthengine-api==0.1.358
44
folium==0.14.0
55
google-cloud-aiplatform==1.25.0
66
imageio==2.29.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Requirements for the prediction web service.
22
Flask==2.2.2
3-
earthengine-api==0.1.355
3+
earthengine-api==0.1.358
44
gunicorn==20.1.0
55
tensorflow==2.12.0

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==0.1.355",
24+
"earthengine-api==0.1.358",
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==0.1.355",
20+
"earthengine-api==0.1.358",
2121
]

0 commit comments

Comments
 (0)