Skip to content

Commit

Permalink
Backport #59256 to 23.10: Fix fasttest by pinning pip dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-clickhouse committed Jan 26, 2024
1 parent 25eb7d2 commit fab3192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test/fasttest/Dockerfile
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update \
zstd \
--yes --no-install-recommends

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

ARG odbc_driver_url="https://github.com/ClickHouse/clickhouse-odbc/releases/download/v1.1.4.20200302/clickhouse-odbc-1.1.4-Linux.tar.gz"

Expand Down

0 comments on commit fab3192

Please sign in to comment.