Skip to content

Commit

Permalink
Use exactextract for conda and and package install
Browse files Browse the repository at this point in the history
  • Loading branch information
chrowe authored Aug 30, 2024
1 parent de89568 commit e74db45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0
- 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.0",
],
Expand Down

0 comments on commit e74db45

Please sign in to comment.