remove unused numpy dependency
This commit is contained in:
parent
763f09051a
commit
b3a4862e46
@ -13,7 +13,6 @@
|
||||
|
||||
Requirements:
|
||||
* python >= 3.10 (written and tested with 3.11)
|
||||
* numpy
|
||||
|
||||
|
||||
Install with pip:
|
||||
|
@ -38,7 +38,6 @@ classifiers = [
|
||||
requires-python = ">=3.10"
|
||||
dynamic = ["version"]
|
||||
dependencies = [
|
||||
"numpy~=1.21",
|
||||
]
|
||||
|
||||
[tool.hatch.version]
|
||||
|
Loading…
Reference in New Issue
Block a user