Skip to content

Commit

Permalink
Add missing numpy dependency; add project url
Browse files Browse the repository at this point in the history
  • Loading branch information
sk1p committed Sep 19, 2024
1 parent 0f1683b commit bfd8881
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libertem_qd_mpx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"numpy>=1.16.0",
]
dynamic = ["version"]

[project.urls]
repository = "https://github.com/LiberTEM/LiberTEM-rs/"

[tool.maturin]
features = ["pyo3/extension-module"]

0 comments on commit bfd8881

Please sign in to comment.