Skip to content

Commit

Permalink
add numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Jun 20, 2024
1 parent 192b703 commit f01b692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = { file = "LICENSE.rst", content-type = "text/plain" }
authors = [
{ name = "CCA Software Group", email = "[email protected]" },
]
dependencies = []
dependencies = ["numpy>=1.24"]
dynamic = ["version"]

[project.optional-dependencies]
Expand Down

0 comments on commit f01b692

Please sign in to comment.