diff --git a/setup.py b/setup.py
index 04b96a57f61c0a34f24159b07208265f3557b902..81a9e89e29bbc0eb861cefa1ab76e60dffd08ee2 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ setup(
     ],
 
     install_requires=[
-        'gdal==3.0.2',
+        'gdal',
 
         'numpy',
         'pandas',
@@ -45,7 +45,7 @@ setup(
         'ipyleaflet',
         'simplekml',
 
-        'earthengine-api==0.1.308',
+        'earthengine-api',
         'google-cloud',
         'geemap',