Skip to content

Commit

Permalink
CompatHelper: bump compat for MeshIO to 0.5, (keep existing compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
CompatHelper Julia committed Nov 20, 2024
1 parent 8e3f8c1 commit e61bd9b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
MetaGraphsNext = "fa8bd995-216d-47f1-8a91-f3b68fbeb377"


[extensions]
Render = ["Makie"]
URDF = ["LightXML", "Graphs", "MetaGraphsNext", "JuliaFormatter"]
Expand All @@ -37,7 +36,7 @@ JuliaFormatter = "1.0"
JuliaSimCompiler = "0.1.12"
LightXML = "0.9"
LinearAlgebra = "1.6"
MeshIO = "0.4"
MeshIO = "0.4, 0.5"
MetaGraphsNext = "0.7"
ModelingToolkit = "9"
ModelingToolkitStandardLibrary = "2.7.2"
Expand All @@ -47,12 +46,12 @@ StaticArrays = "1"
julia = "1"

[extras]
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
MetaGraphsNext = "fa8bd995-216d-47f1-8a91-f3b68fbeb377"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["OrdinaryDiffEq", "Test", "JuliaFormatter", "LightXML", "Graphs", "MetaGraphsNext"]

0 comments on commit e61bd9b

Please sign in to comment.