Skip to content

Commit

Permalink
chore: update OSTk Physics 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpdm committed Apr 13, 2021
1 parent 4c2e23f commit 33f7b2d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export jupyter_notebook_port := 9005
export open_space_toolkit_core_version := 0.4.3
export open_space_toolkit_io_version := 0.4.3
export open_space_toolkit_mathematics_version := 0.4.1
export open_space_toolkit_physics_version := 0.5.6
export open_space_toolkit_physics_version := 0.5.7

export open_space_toolkit_core_directory := $(project_directory)/../open-space-toolkit-core
export open_space_toolkit_io_directory := $(project_directory)/../open-space-toolkit-io
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

################################################################################################################################################################

open-space-toolkit-physics==0.5.6
open-space-toolkit-physics==0.5.7

################################################################################################################################################################
2 changes: 1 addition & 1 deletion docker/development/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ RUN mkdir -p /tmp/open-space-toolkit-mathematics \

## Open Space Toolkit ▸ Physics

ARG OSTK_PHYSICS_VERSION=0.5.6
ARG OSTK_PHYSICS_VERSION=0.5.7

RUN mkdir -p /tmp/open-space-toolkit-physics \
&& cd /tmp/open-space-toolkit-physics \
Expand Down
2 changes: 1 addition & 1 deletion docker/development/fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ RUN mkdir -p /tmp/open-space-toolkit-mathematics \

## Open Space Toolkit ▸ Physics

ARG OSTK_PHYSICS_VERSION=0.5.6
ARG OSTK_PHYSICS_VERSION=0.5.7

RUN mkdir -p /tmp/open-space-toolkit-physics \
&& cd /tmp/open-space-toolkit-physics \
Expand Down

0 comments on commit 33f7b2d

Please sign in to comment.