From 5d8a0ebe541506931ea9c7e19c0a98a8b12e6de9 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Mon, 28 Dec 2020 17:06:00 +0000 Subject: [PATCH] Clean the top of setup.py --- setup.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/setup.py b/setup.py index 141fc0b..5c46b5a 100755 --- a/setup.py +++ b/setup.py @@ -1,13 +1,6 @@ import os -import setuptools - -# Need to install numpy first -import subprocess -import sys -subprocess.check_call([sys.executable, "-m", "pip", "install", "numpy"]) - - from numpy.distutils.core import setup, Extension + # Don't want to build the fortran on readthedocs exts = [] if not os.environ.get('READTHEDOCS', None):