Skip to content

Commit d67c438

Browse files
author
Zhenyu Jiang
committed
install pykdtree with pip instead of building it
1 parent ce8fedb commit d67c438

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ trimesh
1313
urdfpy
1414
cython
1515
scikit-image
16+
pykdtree

scripts/convonet_setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
# Gather all extension modules
7878
ext_modules = [
79-
pykdtree,
79+
#pykdtree,
8080
mcubes_module,
8181
triangle_hash_module,
8282
mise_module,

0 commit comments

Comments
 (0)