Skip to content

Commit 3af58b6

Browse files
author
Han Wang
committed
add setup requirements
1 parent a959868 commit 3af58b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
tf_install_dir = imp.find_module('tensorflow', [site_packages_path])[1]
2121

2222
install_requires=['numpy', 'scipy']
23-
setup_requires=['setuptools_scm']
23+
setup_requires=['setuptools_scm', 'scikit-build', 'cmake']
2424

2525
# add cmake as a build requirement if cmake>3.0 is not installed
2626
try:

0 commit comments

Comments
 (0)