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 1d2ac7e commit 3a88c1eCopy full SHA for 3a88c1e
setup.py
@@ -20,7 +20,7 @@ def main():
20
sources = glob.glob(os.path.join("cpp", "*.cc")),
21
include_dirs=["/usr/local/include"],
22
library_dirs=["/usr/local/lib", "/usr/local/lib64"],
23
- libraries=["tensorarray_core", "tensorarray_layers"],
+ # libraries=["tensorarray_core", "tensorarray_layers"],
24
define_macros=[("VERSION_INFO", __version__)],
25
),
26
]
0 commit comments