Skip to content

Commit b7fadf5

Browse files
committed
use cmake<4
1 parent 59e07ba commit b7fadf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

building/lambda/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ COPY pyproject.toml poetry.lock ./
3636

3737
RUN pip3 install --upgrade pip wheel setuptools>=78.1.1 setuptools_scm>=8
3838
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+)
39-
RUN pip3 install --upgrade six cython cmake hypothesis poetry
39+
RUN pip3 install --upgrade six cython cmake==3.31.6 hypothesis poetry
4040
ENV PIP_NO_BINARY="numpy,pandas"
4141
RUN poetry config virtualenvs.create false --local && poetry install --no-root --only main
4242

building/lambda/Dockerfile.al2023

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FROM ${python_version}
2424
COPY pyproject.toml poetry.lock ./
2525

2626
RUN pip3 install --upgrade pip wheel setuptools>=78.1.1 setuptools_scm>=8
27-
RUN pip3 install --upgrade six cython cmake hypothesis poetry
27+
RUN pip3 install --upgrade six cython cmake==3.31.6 hypothesis poetry
2828
ENV PIP_NO_BINARY="numpy,pandas"
2929
RUN poetry config virtualenvs.create false --local && poetry install --no-root --only main
3030

0 commit comments

Comments
 (0)