Skip to content

Commit

Permalink
Simplify project dependencies
Browse files Browse the repository at this point in the history
These dependencies aren't directly used in this project, they're
only used in the upstream libraries we're using. They don't need
to be installed for this project.
  • Loading branch information
omad committed Dec 13, 2024
1 parent 8b5500a commit 817afea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ readme = "README.md"
requires-python = ">= 3.10"
license = {file = "LICENSE"}
dependencies = [
"affine",
"odc-geo>=0.4.7",
"rasterio>=1.0.0,!=1.3.0,!=1.3.1",
"dask[array]",
"numpy>=1.20.0",
"pandas",
"toolz",
"xarray>=0.19",
]
classifiers = [
Expand Down

0 comments on commit 817afea

Please sign in to comment.