We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899edc5 commit 34c890bCopy full SHA for 34c890b
1 file changed
2026-ISC/docker/Dockerfile.thicket
@@ -11,7 +11,7 @@ FROM ghcr.io/llnl/caliper:isc-2026
11
USER root
12
13
RUN . /opt/global_py_venv/bin/activate && \
14
- python3 -m pip install llnl-hatchet==2024.1.3 && \
+ python3 -m pip install llnl-hatchet==2025.2.0 && \
15
python3 -m pip install "llnl-thicket[plotting] @ git+https://github.com/LLNL/thicket.git@develop-2024-11-02"
16
# python3 -m pip install llnl-thicket[extrap,plotting]==2024.2.1
17
0 commit comments