Skip to content

Commit a8553ad

Browse files
authored
fix: pin the version of EE
Updated earthengine-api dependency version to 1.6.12.
1 parent 9776bb4 commit a8553ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
requires-python = ">=3.9"
2828
dependencies = [
29-
"earthengine-api>=1", # fully static implementation
29+
"earthengine-api>=1.6.12", # _state module
3030
"requests",
3131
"pandas",
3232
"geopandas",

0 commit comments

Comments
 (0)