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 a19223d commit 1e88676Copy full SHA for 1e88676
scripts/install_python.sh
@@ -23,7 +23,7 @@ function install_python {
23
24
# this will add pip systemlink to pip${PYTHON_MAJOR_VERSION}
25
python -m pip install --upgrade pip --trusted-host pypi.org --trusted-host files.pythonhosted.org
26
- python -m pip install --no-cache-dir awscli boto3 requests setuptools>70.0.0
+ python -m pip install --no-cache-dir awscli boto3 requests setuptools>=78.1.1
27
}
28
29
# idiomatic parameter and option handling in sh
0 commit comments