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 6e9745c commit ac71f8dCopy full SHA for ac71f8d
install_requirements.py
@@ -109,9 +109,7 @@ def install_requirements(use_pytorch_nightly):
109
110
# Assemble the list of requirements to actually install.
111
# TODO: Add options for reducing the number of requirements.
112
- REQUIREMENTS_TO_INSTALL = (
113
- EXIR_REQUIREMENTS + EXAMPLES_REQUIREMENTS
114
- )
+ REQUIREMENTS_TO_INSTALL = EXIR_REQUIREMENTS + EXAMPLES_REQUIREMENTS
115
116
# Install the requirements. `--extra-index-url` tells pip to look for package
117
# versions on the provided URL if they aren't available on the default URL.
0 commit comments