From ce787650ffc1a9bc11a458ce99d88cd9d7a4c2e0 Mon Sep 17 00:00:00 2001 From: "Azalea (on HyDEV-Daisy)" Date: Mon, 25 Jul 2022 21:21:19 -0400 Subject: [PATCH] [F] Remove numpy requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a2b21f2..d1b130d6 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( packages=['hyfetch'], package_data={'hyfetch': ['hyfetch/*']}, include_package_data=True, - install_requires=['setuptools', 'typing_extensions', 'numpy'], + install_requires=['setuptools', 'typing_extensions'], entry_points={ "console_scripts": [ "hyfetch=hyfetch.main:run",