Skip to content

Commit

Permalink
Added missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kcartier-wri committed Sep 5, 2024
1 parent efeed2e commit 809c39d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ geemap==0.32.0
pip==23.3.1
boto3==1.34.124
scikit-learn==1.5.0
scikit-image==0.24.0
overturemaps==0.6.0
exactextract==0.2.0.dev252
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies:
- pip=23.3.1
- boto3=1.34.124
- scikit-learn=1.5.0
- scikit-image==0.24.0
- exactextract=0.2.0.dev252
- pip:
- overturemaps==0.6.0
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
"exactextract<=0.2.0.dev252",
"overturemaps",
"scikit-learn>=1.5.0",
"scikit-image>=0.24.0"
],
)

0 comments on commit 809c39d

Please sign in to comment.