Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
We do directly import `scipy` and `sparse`, so we should also depend on
them. This currently works anyways, because both are transitive
dependencies of `sparseconverter`.
  • Loading branch information
sk1p committed Apr 17, 2024
1 parent 8aaab1b commit 4da4e82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ dependencies = [
"numpy",
"numba>=0.49",
"sparseconverter",
"scipy",
"sparse",
"scikit-image",
]
keywords = ["electron microscopy"]
Expand Down

0 comments on commit 4da4e82

Please sign in to comment.