Skip to content

Commit f343d5e

Browse files
committed
Project.toml: disable SymbolicUtils 1.6
causes problems with sparsehessian(). It is a temporary fix until the compatibility issues are resolved in Symbolics.jl
1 parent 50a8a9e commit f343d5e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2222
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
2323
StenoGraphs = "78862bba-adae-4a83-bb4d-33c106177f81"
2424
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
25+
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
2526

2627
[compat]
2728
julia = "1.9, 1.10"
@@ -36,6 +37,7 @@ Optim = "1"
3637
PrettyTables = "2"
3738
StatsBase = "0.33, 0.34"
3839
Symbolics = "4, 5"
40+
SymbolicUtils = "1.4 - 1.5"
3941

4042
[extras]
4143
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)