From ac944b6332c66ec2694cfd70f2c53fbb5b42b500 Mon Sep 17 00:00:00 2001 From: ilia's robot Date: Tue, 11 Nov 2025 04:37:30 +0000 Subject: [PATCH] update kimvv to v0.1.7 --- docker/install/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install/Dockerfile b/docker/install/Dockerfile index bfa1f81..6d06bb9 100644 --- a/docker/install/Dockerfile +++ b/docker/install/Dockerfile @@ -56,7 +56,7 @@ RUN ${PIP} install pybind11==2.6.2 RUN ${PIP} install spglib==2.3.1 RUN ${PIP} install numdifftools==0.9.41 RUN ${PIP} install kim-tools==0.4.3 -RUN ${PIP} install kimvv==0.1.6 +RUN ${PIP} install kimvv==0.1.7 RUN ${PIP} install kim-convergence==0.0.3 #########################################