Skip to content

Commit

Permalink
min deps
Browse files Browse the repository at this point in the history
  • Loading branch information
samaloney committed Sep 6, 2024
1 parent 7ab10d2 commit cc42b81
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ requires-python = ">=3.9"
readme = { file = "README.rst", content-type = "text/x-rst" }
license = { file = "licenses/LICENSE.rst", content-type = "text/plain" }
dependencies = [
"numpy",
"sunpy[map]",
"scikit-image",
"matplotlib"
"sunpy[map]>=5.1",
"scikit-image>=0.24"
]
dynamic = ["version"]

Expand Down

0 comments on commit cc42b81

Please sign in to comment.