Skip to content

Commit

Permalink
Backport #59663 to 24.1: Pin python dependencies in stateless tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-clickhouse committed Feb 7, 2024
1 parent 7a7b61b commit 1554831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test/stateless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN apt-get update -y \
p7zip-full \
&& apt-get clean

RUN pip3 install numpy scipy pandas Jinja2 pyarrow
RUN pip3 install numpy==1.26.3 scipy==1.12.0 pandas==1.5.3 Jinja2==3.1.3 pyarrow==15.0.0

RUN mkdir -p /tmp/clickhouse-odbc-tmp \
&& wget -nv -O - ${odbc_driver_url} | tar --strip-components=1 -xz -C /tmp/clickhouse-odbc-tmp \
Expand Down

0 comments on commit 1554831

Please sign in to comment.