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 a959868 commit 3af58b6Copy full SHA for 3af58b6
setup.py
@@ -20,7 +20,7 @@
20
tf_install_dir = imp.find_module('tensorflow', [site_packages_path])[1]
21
22
install_requires=['numpy', 'scipy']
23
-setup_requires=['setuptools_scm']
+setup_requires=['setuptools_scm', 'scikit-build', 'cmake']
24
25
# add cmake as a build requirement if cmake>3.0 is not installed
26
try:
0 commit comments