Add small requirements for benchmark/parse_result tools (#7671)

This commit is contained in:
Xiaoyu Zhang
2025-07-01 12:52:20 +08:00
committed by GitHub
parent 3e34e9004f
commit ff2e9c9479

View File

@@ -143,7 +143,10 @@ RUN python3 -m pip install --no-cache-dir --break-system-packages \
icdiff \
scikit_build_core \
uv \
pre-commit
pre-commit \
pandas \
matplotlib \
tabulate
# Install diff-so-fancy
RUN curl -LSso /usr/local/bin/diff-so-fancy https://github.com/so-fancy/diff-so-fancy/releases/download/v1.4.4/diff-so-fancy \