Skip to content

Commit

Permalink
Downgrade opencv, openblas
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 committed Feb 6, 2025
1 parent c74e3cf commit 3096217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ mainDependencies {
api("us.ihmc:mecano:17-0.19.2")
api("com.hierynomus:sshj:0.31.0")

val openblasVersion = "0.3.28-1.5.11-ihmc-2"
val openblasVersion = "0.3.23-1.5.11-ihmc-2"
api("us.ihmc:openblas:$openblasVersion")
api("us.ihmc:openblas:$openblasVersion:linux-x86_64")
api("us.ihmc:openblas:$openblasVersion:linux-arm64")
api("us.ihmc:openblas:$openblasVersion:windows-x86_64")
val opencvVersion = "4.10.0-1.5.11-ihmc-2"
val opencvVersion = "4.7.0-1.5.11-ihmc-2"
api("us.ihmc:opencv:$opencvVersion")
api("us.ihmc:opencv:$opencvVersion:linux-arm64")
api("us.ihmc:opencv:$opencvVersion:linux-x86_64")
Expand Down

0 comments on commit 3096217

Please sign in to comment.