From d07820e1b9e8ef3b7eceedd72585f72bec076131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Tue, 29 Oct 2019 16:34:11 -0700 Subject: [PATCH] [misc] Update Library/Physics 0.2.9 --- bindings/python/requirements.txt | 4 ++-- tools/development/docker/Dockerfile | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bindings/python/requirements.txt b/bindings/python/requirements.txt index e0aa2fd8a..2e05e3b4c 100644 --- a/bindings/python/requirements.txt +++ b/bindings/python/requirements.txt @@ -7,6 +7,6 @@ ################################################################################################################################################################ -LibraryPhysicsPy>=0.2.0 +LibraryPhysicsPy>=0.2.9 -################################################################################################################################################################ \ No newline at end of file +################################################################################################################################################################ diff --git a/tools/development/docker/Dockerfile b/tools/development/docker/Dockerfile index 7cf91ce79..0f39e5ff5 100644 --- a/tools/development/docker/Dockerfile +++ b/tools/development/docker/Dockerfile @@ -41,12 +41,12 @@ RUN pushd /tmp > /dev/null \ && rm -rf /tmp/nlopt \ && popd > /dev/null -## Library ▸ Physics [0.2.8] +## Library ▸ Physics [0.2.9] RUN mkdir -p /tmp/library-physics \ && pushd /tmp/library-physics > /dev/null \ - && wget --quiet https://github.com/open-space-collective/library-physics/releases/download/0.2.8/library-physics-0.2.8-1.x86_64-runtime.rpm \ - && wget --quiet https://github.com/open-space-collective/library-physics/releases/download/0.2.8/library-physics-0.2.8-1.x86_64-devel.rpm \ + && wget --quiet https://github.com/open-space-collective/library-physics/releases/download/0.2.9/library-physics-0.2.9-1.x86_64-runtime.rpm \ + && wget --quiet https://github.com/open-space-collective/library-physics/releases/download/0.2.9/library-physics-0.2.9-1.x86_64-devel.rpm \ && dnf install -y ./*.rpm \ && rm -rf /tmp/library-physics \ && popd > /dev/null