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