Skip to content

Commit

Permalink
fix: downgrade physics dep. to 10.1 (#467)
Browse files Browse the repository at this point in the history
* fix: downgrade phwyics dep. to 10.1

* fix: downgrade physics to 10.x

---------

Co-authored-by: Pau Hebrero <pau.hebrero@gmail.com>
  • Loading branch information
phc1990 and Pau Hebrero authored Nov 28, 2024
1 parent bd596ec commit 080c7d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ ENDIF ()

### Open Space Toolkit ▸ Physics [11.x.y]

FIND_PACKAGE ("OpenSpaceToolkitPhysics" "11" REQUIRED)
FIND_PACKAGE ("OpenSpaceToolkitPhysics" "10" REQUIRED)

IF (NOT OpenSpaceToolkitPhysics_FOUND)

Expand Down
2 changes: 1 addition & 1 deletion bindings/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
open-space-toolkit-core~=4.1
open-space-toolkit-io~=4.0
open-space-toolkit-mathematics~=4.3
open-space-toolkit-physics~=11.1
open-space-toolkit-physics~=10.1
2 changes: 1 addition & 1 deletion docker/development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ RUN mkdir -p /tmp/open-space-toolkit-mathematics \
## Open Space Toolkit ▸ Physics

ARG TARGETPLATFORM
ARG OSTK_PHYSICS_MAJOR="11"
ARG OSTK_PHYSICS_MAJOR="10"

## Force an image rebuild when new Physics minor or patch versions are detected
ADD https://api.github.com/repos/open-space-collective/open-space-toolkit-physics/git/matching-refs/tags/${OSTK_PHYSICS_MAJOR} /tmp/open-space-toolkit-physics/versions.json
Expand Down

0 comments on commit 080c7d9

Please sign in to comment.