From 3523f9753f295bc8d5cf58bbbc772d09e4b29daf Mon Sep 17 00:00:00 2001 From: ilia's robot Date: Wed, 5 Aug 2026 23:43:19 +0000 Subject: [PATCH] update kim-tools to v0.4.14 --- docker/install/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install/Dockerfile b/docker/install/Dockerfile index a022fb3..7c6bbb8 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.13 +RUN ${PIP} install kim-tools==0.4.14 RUN ${PIP} install kimvv==0.1.13 #########################################