Skip to content

Commit 7546830

Browse files
committed
refactor(WORKSPACE): Remove pip_install from workspace
for lib and test deps Nox now handles these Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent b790a72 commit 7546830

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

WORKSPACE

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -128,18 +128,18 @@ http_archive(
128128
# build_file = "@//third_party/tensorrt/local:BUILD"
129129
#)
130130

131-
#########################################################################
132-
# Testing Dependencies (optional - comment out on aarch64)
133-
#########################################################################
134-
pip_install(
135-
name = "torch_tensorrt_py_deps",
136-
requirements = "//py:requirements.txt",
137-
)
138-
139-
pip_install(
140-
name = "py_test_deps",
141-
requirements = "//tests/py:requirements.txt",
142-
)
131+
# #########################################################################
132+
# # Testing Dependencies (optional - comment out on aarch64)
133+
# #########################################################################
134+
# pip_install(
135+
# name = "torch_tensorrt_py_deps",
136+
# requirements = "//py:requirements.txt",
137+
# )
138+
139+
# pip_install(
140+
# name = "py_test_deps",
141+
# requirements = "//tests/py:requirements.txt",
142+
# )
143143

144144
pip_install(
145145
name = "pylinter_deps",

0 commit comments

Comments
 (0)