From 3668133f898bd2388b87f6383e0fe26539cfad9a Mon Sep 17 00:00:00 2001 From: ilia Nikiforov Date: Wed, 24 Jul 2024 22:01:28 -0700 Subject: [PATCH] upversion kim-tools and kim-property --- docker/config/Dockerfile | 2 +- docker/git/Dockerfile | 2 +- docker/install/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/config/Dockerfile b/docker/config/Dockerfile index e8fce34..0f42e0c 100644 --- a/docker/config/Dockerfile +++ b/docker/config/Dockerfile @@ -142,6 +142,6 @@ RUN pip3 uninstall -y kim-property USER openkim -RUN pip3 --no-cache-dir install kim-property==2.6.3 +RUN pip3 --no-cache-dir install kim-property==2.6.4 WORKDIR /home/openkim/ diff --git a/docker/git/Dockerfile b/docker/git/Dockerfile index f0197f8..8c554d0 100644 --- a/docker/git/Dockerfile +++ b/docker/git/Dockerfile @@ -26,4 +26,4 @@ RUN git clone -q https://gitlab.com/micronano_public/MDpp -b release ${PACKAGE_D && git checkout f7d64a7720a4bc1602371a128c8db7779fcf8dcb RUN git clone -q https://github.com/openkim/kim-tools -b main ${PACKAGE_DIR}/kim-tools \ && cd ${PACKAGE_DIR}/kim-tools \ - && git checkout 003b84fdab9f955c607816fbbe3827c3ae3a4bc7 + && git checkout d9592451f98907c25725526f8a543d508c688e5d diff --git a/docker/install/Dockerfile b/docker/install/Dockerfile index 63e1b43..9b7cd93 100644 --- a/docker/install/Dockerfile +++ b/docker/install/Dockerfile @@ -39,7 +39,7 @@ RUN ${PIP} install markupsafe==2.0.1 RUN ${PIP} install Jinja2==2.11.3 RUN ${PIP} install edn_format==0.7.5 RUN ${PIP} install kim-edn==1.4.1 -RUN ${PIP} install kim-property==2.6.3 +RUN ${PIP} install kim-property==2.6.4 RUN ${PIP} install kim-query==3.0.0 RUN ${PIP} install simplejson==3.17.2 RUN ${PIP} install numpy==1.19.5