Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgitonga committed Sep 15, 2023
1 parent 484b7d4 commit b5879d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"backoff",
"branca",
"earthengine-api",
"earthranger-client",
"folium>=0.11.0",
"geopandas",
"igraph",
Expand All @@ -31,17 +32,16 @@
"pandas",
"plotly",
"pyarrow",
"pyppeteer",
"pyproj",
"pytest-mock",
"rasterio",
"scikit-image",
"scikit-learn",
"scipy",
"selenium",
"shapely",
"tqdm",
"xyzservices",
"earthranger-client",
]

setup(
Expand Down Expand Up @@ -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,
)

0 comments on commit b5879d6

Please sign in to comment.