Skip to content

Commit

Permalink
0.1.67 add scikit-learn as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
2320sharon committed Apr 26, 2024
1 parent ed96b2b commit f6c7e1e
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.66"
version = "0.1.67"
authors = [
{ name="Sharon Fitzpatrick" },
]
Expand All @@ -29,7 +29,8 @@ dependencies = [ "scikit-image",
"pyqt5",
"scipy",
"numpy",
"imageio"]
"imageio",
"scikit-learn"]
license = { file="LICENSE" }
requires-python = ">=3.8"
classifiers = [
Expand Down

0 comments on commit f6c7e1e

Please sign in to comment.