Skip to content

Commit

Permalink
Merge branch 'main' into fix/smart_surface_lulc_overture
Browse files Browse the repository at this point in the history
  • Loading branch information
weiqi-tori authored Sep 2, 2024
2 parents 4782e91 + dc5c3de commit 1803a91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ pip==23.3.1
boto3==1.34.124
scikit-learn==1.5.1
overturemaps==0.6.0
git+https://github.com/isciences/exactextract
exactextract==0.2.0.dev252
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ dependencies:
- pip=23.3.1
- boto3=1.34.124
- scikit-learn=1.5.1
- exactextract=0.2.0.dev252
- pip:
- git+https://github.com/isciences/exactextract
- overturemaps==0.6.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"s3fs",
"dask>=2023.11.0",
"boto3",
"exactextract",
"exactextract<=0.2.0.dev252",
"overturemaps",
"scikit-learn>=1.5.1",
],
Expand Down

0 comments on commit 1803a91

Please sign in to comment.