From 98abae891e8b6fe275666b3137e69ebef2ac42a9 Mon Sep 17 00:00:00 2001 From: ilia's robot Date: Mon, 31 Aug 2026 17:36:20 +0000 Subject: [PATCH] update kim-tools to v0.4.15 --- docker/install/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install/Dockerfile b/docker/install/Dockerfile index 524880f..9f6da32 100644 --- a/docker/install/Dockerfile +++ b/docker/install/Dockerfile @@ -167,7 +167,7 @@ RUN cd ${PACKAGE_DIR}/ase/ \ ## most Python reqs (incl LAMMPS and ASE) ## are explicitly satisfied ######################################### -RUN ${PIP} install kim-tools==0.4.14 +RUN ${PIP} install kim-tools==0.4.15 RUN ${PIP} install kimvv==0.1.13 #########################################