Skip to content

Commit

Permalink
chore(deps): update dependency earthengine-api to v0.1.395 (#11347)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency earthengine-api to v0.1.395

* skip python 3.12 since apache beam doesn't support it

---------

Co-authored-by: David Cavazos <dcavazos@google.com>
  • Loading branch information
renovate-bot and davidcavazos committed Apr 11, 2024
1 parent e31bfea commit 5fe004b
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
# > ℹ️ Test only on Python 3.10.
"ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.11"],
"ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.11", "3.12"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
earthengine-api==0.1.358
earthengine-api==0.1.395
folium==0.14.0
google-cloud-aiplatform==1.25.0
pandas==2.0.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# https://cloud.google.com/dataflow/docs/support/beam-runtime-support
# "ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.10", "3.11"],
# Temp disable until team has time for refactoring tests
"ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"],
"ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Requirements to run the notebooks.
apache-beam[gcp]==2.46.0
earthengine-api==0.1.358
earthengine-api==0.1.395
folium==0.14.0
google-cloud-aiplatform==1.25.0
imageio==2.29.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Requirements for the prediction web service.
Flask==3.0.0
earthengine-api==0.1.358
earthengine-api==0.1.395
gunicorn==20.1.0
tensorflow==2.12.0
Werkzeug==3.0.1
2 changes: 1 addition & 1 deletion people-and-planet-ai/land-cover-classification/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=["serving"],
install_requires=[
"apache-beam[gcp]==2.46.0",
"earthengine-api==0.1.358",
"earthengine-api==0.1.395",
"tensorflow==2.12.0",
],
)
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
name = "weather-data"
version = "1.0.0"
dependencies = [
"earthengine-api==0.1.358",
"earthengine-api==0.1.395",
]
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# 💡 Only test with Python 3.10
# "ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.11"],
# Temp disable until team has time for refactoring tests
"ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"],
"ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
# 💡 Only test with Python 3.10
"ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.11"],
"ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.11", "3.12"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
# 💡 Only test with Python 3.10
"ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.11"],
"ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.11", "3.12"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
# 💡 Only test with Python 3.10
"ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.11"],
"ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.11", "3.12"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down

0 comments on commit 5fe004b

Please sign in to comment.