Skip to content

Commit

Permalink
Set compat for AbstractTrees as in Gridap
Browse files Browse the repository at this point in the history
AbstractTrees v0.3 is incompatible with latest versions of SymbolicUtils
(see JuliaSymbolics/SymbolicUtils.jl#564).

Letting GE use AbstractTrees v0.4, as in Gridap, s.t. it can be composed
with SymbolicUtils.
  • Loading branch information
ericneiva committed Nov 20, 2023
1 parent 4aad36d commit 25b6359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
AbstractTrees = "0.3.3"
AbstractTrees = "0.3.3, 0.4"
Combinatorics = "1"
FillArrays = "0.10, 0.11, 0.12, 0.13"
Gridap = "0.17.13"
Expand Down

0 comments on commit 25b6359

Please sign in to comment.