remove unused numpy dependency

This commit is contained in:
Jan Petykiewicz 2024-07-29 21:53:06 -07:00
parent 763f09051a
commit b3a4862e46
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@
Requirements:
* python >= 3.10 (written and tested with 3.11)
* numpy
Install with pip:

View File

@ -38,7 +38,6 @@ classifiers = [
requires-python = ">=3.10"
dynamic = ["version"]
dependencies = [
"numpy~=1.21",
]
[tool.hatch.version]