Skip to content

Commit

Permalink
Merge pull request #59262 from ClickHouse/cherrypick/23.3/4286634876b…
Browse files Browse the repository at this point in the history
…84f780e083dbdf797aaa2815467f5

Cherry pick #59256 to 23.3: Fix fasttest by pinning pip dependencies
  • Loading branch information
robot-clickhouse-ci-1 committed Jan 26, 2024
2 parents 8ec1384 + 4286634 commit f41751c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test/fasttest/Dockerfile
Expand Up @@ -20,7 +20,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 f41751c

Please sign in to comment.