Skip to content

Commit a92ac46

Browse files
committed
Fix SymbolicUtils version.
1 parent 52be247 commit a92ac46

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Project.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,20 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1010
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
1111
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
1212

13+
[weakdeps]
14+
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
15+
1316
[compat]
1417
AbstractNeuralNetworks = "0.3, 0.4, 0.5"
1518
Documenter = "1.8.0"
1619
ForwardDiff = "0.10.38"
1720
Latexify = "0.16.5"
1821
RuntimeGeneratedFunctions = "0.5"
1922
SafeTestsets = "0.1"
23+
SymbolicUtils = "<3.8.0"
2024
Symbolics = "5, 6"
2125
Zygote = "0.6.73"
22-
julia = "1.6"
26+
julia = "1.10"
2327

2428
[extras]
2529
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

0 commit comments

Comments
 (0)