After the update of the compat bound of DataStructures to v0.19 in https://github.com/trixi-framework/Trixi.jl/pull/2865/changes#diff-72ed386c2a0cd1d23c0968297e70023ed98c22490d146dd89fc91f48369bad4dL78, there is a version conflict with JuliaFormatter.jl v1.0.60, which only support DataStructures up to v0.18.
This only affects development, but since this is the version that we use for the formatting, it is convenient to install both Trixi and JuliaFormatter in the same project.
After the update of the compat bound of
DataStructurestov0.19in https://github.com/trixi-framework/Trixi.jl/pull/2865/changes#diff-72ed386c2a0cd1d23c0968297e70023ed98c22490d146dd89fc91f48369bad4dL78, there is a version conflict with JuliaFormatter.jlv1.0.60, which only support DataStructures up tov0.18.This only affects development, but since this is the version that we use for the formatting, it is convenient to install both
TrixiandJuliaFormatterin the same project.