From c98b6607ff9115c13a2adad1b7186155fe686473 Mon Sep 17 00:00:00 2001 From: Niru Maheswaranathan Date: Fri, 2 Oct 2015 10:32:32 -0700 Subject: [PATCH] soften numpy requirement --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 567d72e..9cfaa8e 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,5 @@ from setuptools import setup, find_packages +import tableprint setup( name='tableprint',