From 71cc37e9414072ea26b7de63a22a5ad639de3bcb Mon Sep 17 00:00:00 2001 From: Lucas Heitzmann Gabrielli Date: Mon, 8 Jul 2024 08:31:10 -0300 Subject: [PATCH] Remove unnecessary dependency (#260) Signed-off-by: Lucas Heitzmann Gabrielli --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e4bb1c42..793f58e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,8 +28,7 @@ classifiers = [ ] license = {file = "LICENSE"} dependencies = [ - "numpy; platform_system=='Darwin'", - "oldest-supported-numpy; platform_system!='Darwin'", + "numpy", "typing_extensions; python_version < '3.11'" ] requires-python = ">=3.9"