Skip to content

Commit

Permalink
add imageio as new dependency & update to coastsat latest v0.1.48
Browse files Browse the repository at this point in the history
  • Loading branch information
2320sharon committed Feb 21, 2024
1 parent 00452e6 commit 9eb0916
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ where = ["src"]
[project]
name = "coastsat_package"
dynamic = ["readme"]
version = "0.1.47"
version = "0.1.48"
authors = [
{ name="Sharon Fitzpatrick" },
]
Expand All @@ -28,7 +28,8 @@ dependencies = [ "scikit-image",
"importlib-resources",
"pyqt5",
"scipy",
"numpy"]
"numpy",
"imageio"]
license = { file="LICENSE" }
requires-python = ">=3.8"
classifiers = [
Expand Down

0 comments on commit 9eb0916

Please sign in to comment.