Skip to content

Commit

Permalink
Update pyproject version and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryPetrochenkov-NOAA committed Dec 27, 2023
1 parent 7accfcd commit 6897562
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
requires-python = ">=3.8"
keywords = ["geospatial", "evaluations"]
license = {text = "MIT"}
version = "0.2.4"
version = "0.2.5"
dynamic = ["readme", "dependencies"]


Expand All @@ -37,7 +37,9 @@ dev = ["pytest==7.2.2",
"colorama==0.4.6",
"build==0.10.0",
"twine==4.0.2",
"deepdiff==6.7.1"
"deepdiff==6.7.1",
"pystac-client==0.7.5",
"stackstac==0.5.0"
]

[project.urls]
Expand Down

0 comments on commit 6897562

Please sign in to comment.