Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ KernelInterpolationMeshesExt = "Meshes"
DiffEqCallbacks = "4"
ForwardDiff = "0.10.36, 1"
LinearAlgebra = "1"
Meshes = "0.52.1, 0.53, 0.54, 0.55, 0.56, 0.57"
Meshes = "0.52.1, 0.53, 0.54, 0.55, 0.56, 0.57, 0.58"
NearestNeighbors = "0.4.23"
Printf = "1"
Random = "1"
Expand All @@ -46,7 +46,7 @@ SparseArrays = "1"
SpecialFunctions = "2"
StaticArrays = "1.9.8"
TimerOutputs = "0.5.25, 1"
TrixiBase = "0.1.6"
TrixiBase = "0.1.6, 0.2"
Comment thread
JoshuaLampert marked this conversation as resolved.
TypedPolynomials = "0.4.1"
WriteVTK = "1.18"
julia = "1.10"
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Changelog = "1"
Documenter = "1"
DocumenterCodeBlocks = "1"
LinearAlgebra = "1"
Meshes = "0.52.1, 0.53, 0.54, 0.55, 0.56, 0.57"
Meshes = "0.52.1, 0.53, 0.54, 0.55, 0.56, 0.57, 0.58"
Plots = "1.9"
QuasiMonteCarlo = "0.3, 0.4"
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Aqua = "0.8.3"
ExplicitImports = "1.6"
LinearAlgebra = "1"
LinearSolve = "3.20, 4, 5"
Meshes = "0.52.1, 0.53, 0.54, 0.55, 0.56, 0.57"
Meshes = "0.52.1, 0.53, 0.54, 0.55, 0.56, 0.57, 0.58"
OrdinaryDiffEqNonlinearSolve = "1.6, 2"
OrdinaryDiffEqRosenbrock = "1.9, 2"
Plots = "1.38.9"
Expand Down
Loading