Skip to content

Commit

Permalink
[misc] Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-bremond committed Feb 26, 2020
1 parent 4662f31 commit 412b36e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ export docker_release_image_jupyter_repository := $(docker_image_repository)-jup
export jupyter_notebook_image_repository := jupyter/scipy-notebook:latest
export jupyter_notebook_port := 9005

export open_space_toolkit_core_version := 0.3.2
export open_space_toolkit_io_version := 0.3.2
export open_space_toolkit_mathematics_version := 0.3.1
export open_space_toolkit_physics_version := 0.4.4
export open_space_toolkit_core_version := 0.3.3
export open_space_toolkit_io_version := 0.3.3
export open_space_toolkit_mathematics_version := 0.3.4
export open_space_toolkit_physics_version := 0.4.6

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.4.4
open-space-toolkit-physics>=0.4.6

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

0 comments on commit 412b36e

Please sign in to comment.