Skip to content

Commit

Permalink
Update dependencies (#70)
Browse files Browse the repository at this point in the history
* add back dependencies missing since 519e835
* remove unneeded dependencies
* require importlib_resources

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
ManuelHu and pre-commit-ci[bot] authored Oct 8, 2024
1 parent 82c3089 commit cd6be4e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
"importlib_resources",
"numba",
"numpy",
"matplotlib",
"pint >= 0.24.1",
"pyg4ometry",
"pylegendmeta>=v0.9.0a2",
"pyarrow",
"scipy",
]
dynamic = [
Expand Down Expand Up @@ -64,7 +64,6 @@ docs = [
]
test = [
"pre-commit",
"pylegendtestdata",
"pytest>=6.0",
"pytest-cov",
]
Expand Down

0 comments on commit cd6be4e

Please sign in to comment.