From 4d329a15df9ecff1c419264fadf71702fda2ee3e Mon Sep 17 00:00:00 2001 From: Ashley Date: Thu, 24 Nov 2022 09:03:20 +1000 Subject: [PATCH] Remove numpy import --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 308b24d..baf0438 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ from setuptools import setup, find_packages -from numpy.distutils.core import setup +#from numpy.distutils.core import setup from os import path import io