Skip to content

Commit 3a88c1e

Browse files
test
1 parent 1d2ac7e commit 3a88c1e

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 @@ def main():
2020
sources = glob.glob(os.path.join("cpp", "*.cc")),
2121
include_dirs=["/usr/local/include"],
2222
library_dirs=["/usr/local/lib", "/usr/local/lib64"],
23-
libraries=["tensorarray_core", "tensorarray_layers"],
23+
# libraries=["tensorarray_core", "tensorarray_layers"],
2424
define_macros=[("VERSION_INFO", __version__)],
2525
),
2626
]

0 commit comments

Comments
 (0)