diff --git a/README.md b/README.md index 8dc93e1..d0a8815 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ Requirements: * python >= 3.10 (written and tested with 3.11) -* numpy Install with pip: diff --git a/pyproject.toml b/pyproject.toml index 0fca8c8..3aef2fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,6 @@ classifiers = [ requires-python = ">=3.10" dynamic = ["version"] dependencies = [ - "numpy~=1.21", ] [tool.hatch.version]