diff --git a/environment.yml b/environment.yml index 368135da..a5d75199 100644 --- a/environment.yml +++ b/environment.yml @@ -11,6 +11,7 @@ dependencies: - backoff==2.2.1 - branca==0.5.0 - earthengine-api==0.1.328 + - earthranger-client - geopandas==0.10.2 - ipywidgets==8.0.2 - jinja2==3.1.2 @@ -27,6 +28,7 @@ dependencies: - pyarrow==9.0.0 - pydata-sphinx-theme==0.11.0 - pypdf2==2.10.8 + - pyppeteer - pyproj==3.2.1 - pytest-cov==4.0.0 - pytest-mock==3.10.0 @@ -37,13 +39,10 @@ dependencies: - scikit-image==0.19.2 - scikit-learn==1.0.2 - scipy==1.7.3 - - selenium==4.5.0 - shapely==1.8.2 - sphinx==5.3.0 - tqdm==4.64.1 - xyzservices==2022.9.0 - - earthranger-client - - pyppeteer - pip: - coverage[toml] - nbsphinx diff --git a/setup.py b/setup.py index 396f8e8e..c2b6a7d8 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ "backoff", "branca", "earthengine-api", + "earthranger-client", "folium>=0.11.0", "geopandas", "igraph", @@ -31,17 +32,16 @@ "pandas", "plotly", "pyarrow", + "pyppeteer", "pyproj", "pytest-mock", "rasterio", "scikit-image", "scikit-learn", "scipy", - "selenium", "shapely", "tqdm", "xyzservices", - "earthranger-client", ] setup( @@ -76,6 +76,7 @@ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", ], include_package_data=True, )