Skip to content

Commit

Permalink
Python: Add numpy as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston committed Dec 3, 2024
1 parent ff8ae37 commit 18c2c68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ authors = [
{ "name" = "Daniel Baston" }
]
requires-python = ">=3.9"
dependencies = [
"numpy",
]
classifiers = [
"Operating System :: Unix",
"Operating System :: MacOS",
Expand Down

0 comments on commit 18c2c68

Please sign in to comment.