Skip to content

Commit 4072a16

Browse files
author
donglaiw
committed
rebuild docs/ html
1 parent 6ea36fc commit 4072a16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import os
22
import sys
3-
import numpy as np
43
from distutils.sysconfig import get_python_inc
54
from setuptools import setup, Extension, find_packages
65

@@ -26,7 +25,7 @@
2625

2726
def getInclude():
2827
dirName = get_python_inc()
29-
return [dirName, os.path.dirname(dirName), np.get_include()]
28+
return [dirName, os.path.dirname(dirName)]
3029

3130

3231
def setup_package():

0 commit comments

Comments
 (0)