Skip to content

Commit

Permalink
Remove compat with AbstractTrees 0.3
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nathanaelbosch authored Nov 16, 2023
1 parent 9ba270b commit 4b93db1
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 @@ -25,7 +25,7 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
Unityper = "a7c27f48-0311-42f6-a7f8-2c11e75eb415"

[compat]
AbstractTrees = "0.3, 0.4"
AbstractTrees = "0.4"
Bijections = "0.1.2"
ChainRulesCore = "1"
Combinatorics = "1.0"
Expand Down

0 comments on commit 4b93db1

Please sign in to comment.