-
Notifications
You must be signed in to change notification settings - Fork 707
chore: upgrade setuptools & pin cmake #3152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
building/lambda/Dockerfile
Outdated
RUN pip3 install --upgrade urllib3==1.26.16 # temporary to avoid https://github.com/urllib3/urllib3/issues/2168 (TODO remove when the AL2 image updates to support OpenSSL 1.1.1+) | ||
RUN pip3 install --upgrade six cython cmake hypothesis poetry | ||
RUN pip3 install --upgrade six cython cmake==3.31.6 hypothesis poetry |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you just add a TODO so we would remember it next time please?
building/lambda/Dockerfile
Outdated
@@ -34,9 +34,14 @@ RUN ln -s /usr/bin/gcc10-ld /usr/bin/ld | |||
FROM ${python_version} | |||
COPY pyproject.toml poetry.lock ./ | |||
|
|||
RUN pip3 install --upgrade pip wheel setuptools>=64 setuptools_scm>=8 | |||
# Setuptools is a build dependency of arrow and runtime dependency of some of our dependencies. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
poetry show setuptools
name : setuptools
version : 80.8.0
description : Easily download, build, install, upgrade, and uninstall Python packages
required by
- jupyterlab requires >=41.1.0
- pbr requires *
- redshift-connector requires *
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Detail
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.