Skip to content

Commit

Permalink
update deps to julia 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
stecrotti committed Oct 11, 2024
1 parent 0b5cfeb commit 5efd74f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ Graphs = "1.9"
IndexedFactorGraphs = "0.1.2"
IndexedGraphs = "0.4.1, 0.5, 0.6"
InvertedIndices = "1.3"
LinearAlgebra = "1.9, 1.10"
LinearAlgebra = "1.9, 1.10, 1.11"
LogExpFunctions = "0.3"
Random = "1.9, 1.10"
SparseArrays = "1.9, 1.10"
Statistics = "1.9, 1.10"
Test = "1.9, 1.10"
julia = "1.9, 1.10"
Random = "1.9, 1.10, 1.11"
SparseArrays = "1.9, 1.10, 1.11"
Statistics = "1.9, 1.10, 1.11"
Test = "1.9, 1.10, 1.11"
julia = "1.9, 1.10, 1.11"

0 comments on commit 5efd74f

Please sign in to comment.