From b3a4862e46c57bd1e1729cda08ae737cf1d5d37b Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Mon, 29 Jul 2024 21:53:06 -0700 Subject: [PATCH] remove unused numpy dependency --- README.md | 1 - pyproject.toml | 1 - 2 files changed, 2 deletions(-) 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]