Skip to content

Commit

Permalink
Bugfix: missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Jan 22, 2024
1 parent 5ebd8ca commit 9a6986f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- flox
- fsspec
- gdal
- mock
- numpy >= 1.22.0
- rasterio >= 1.3.0
- rioxarray
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ classifiers = [
dependencies = [
"attrs",
"flox",
"mock",
"numpy",
"pandas",
"rasterio",
Expand Down

0 comments on commit 9a6986f

Please sign in to comment.