From 0005a20f868692cc38efcdff8a331f480565e131 Mon Sep 17 00:00:00 2001 From: dfridovi Date: Fri, 29 Nov 2024 13:09:28 -0600 Subject: [PATCH] bumping to julia 1.11 in order to use [sources] feature in (examples) module --- Project.toml | 2 +- examples/Project.toml | 4 ++++ examples/TrajectoryExamples.jl | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 7329ee6..0207c64 100644 --- a/Project.toml +++ b/Project.toml @@ -28,4 +28,4 @@ SparseArrays = "1.11.0" Symbolics = "6.19.0" TrajectoryGamesBase = "0.3.10" Zygote = "0.6.73" -julia = "1.10" +julia = "1.11" diff --git a/examples/Project.toml b/examples/Project.toml index 87c0b1d..764659d 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -8,8 +8,12 @@ GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a" LazySets = "b4f0291d-fe17-52bc-9479-3d1a343d9043" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" +MixedComplementarityProblems = "6c9e26cb-9263-41b8-a6c6-f4ca104ccdcd" ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" TrajectoryGamesBase = "ac1ac542-73eb-4349-ae1b-660ab3609574" TrajectoryGamesExamples = "ff3fa34c-8d8f-519c-b5bc-31760c52507a" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" + +[sources] +MixedComplementarityProblems = {path = ".."} \ No newline at end of file diff --git a/examples/TrajectoryExamples.jl b/examples/TrajectoryExamples.jl index aceee94..b799aab 100644 --- a/examples/TrajectoryExamples.jl +++ b/examples/TrajectoryExamples.jl @@ -15,7 +15,6 @@ collision-avoidance. module TrajectoryExamples -push!(LOAD_PATH, pwd() * "/../src") using MixedComplementarityProblems: MixedComplementarityProblems using LazySets: LazySets