Skip to content

Commit ac71f8d

Browse files
committed
Update
[ghstack-poisoned]
1 parent 6e9745c commit ac71f8d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

install_requirements.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@ def install_requirements(use_pytorch_nightly):
109109

110110
# Assemble the list of requirements to actually install.
111111
# TODO: Add options for reducing the number of requirements.
112-
REQUIREMENTS_TO_INSTALL = (
113-
EXIR_REQUIREMENTS + EXAMPLES_REQUIREMENTS
114-
)
112+
REQUIREMENTS_TO_INSTALL = EXIR_REQUIREMENTS + EXAMPLES_REQUIREMENTS
115113

116114
# Install the requirements. `--extra-index-url` tells pip to look for package
117115
# versions on the provided URL if they aren't available on the default URL.

0 commit comments

Comments
 (0)