We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d88163 commit 8cb977fCopy full SHA for 8cb977f
setup.py
@@ -97,8 +97,7 @@ def ext_modules():
97
if java_home is None:
98
raise Exception("JVM not found")
99
jdk_home = find_jdk()
100
- from numpy import get_include
101
- include_dirs = [get_include()] + get_jvm_include_dirs()
+ include_dirs = get_jvm_include_dirs()
102
libraries = None
103
library_dirs = None
104
javabridge_sources = ['_javabridge.c']
0 commit comments