Skip to content

Commit 4b93db1

Browse files
Remove compat with AbstractTrees 0.3
I ran into issues with SymbolicUtils.jl breaking other packages that I tried using. I just found out that this was because of another package holding back AbstractTrees.jl to 0.3. Since SymbolicUtils.jl seems not to work anymore with that version, the compat should also be removed.
1 parent 9ba270b commit 4b93db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
2525
Unityper = "a7c27f48-0311-42f6-a7f8-2c11e75eb415"
2626

2727
[compat]
28-
AbstractTrees = "0.3, 0.4"
28+
AbstractTrees = "0.4"
2929
Bijections = "0.1.2"
3030
ChainRulesCore = "1"
3131
Combinatorics = "1.0"

0 commit comments

Comments
 (0)