We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52be247 commit a92ac46Copy full SHA for a92ac46
Project.toml
@@ -10,16 +10,20 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
10
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
11
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
12
13
+[weakdeps]
14
+SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
15
+
16
[compat]
17
AbstractNeuralNetworks = "0.3, 0.4, 0.5"
18
Documenter = "1.8.0"
19
ForwardDiff = "0.10.38"
20
Latexify = "0.16.5"
21
RuntimeGeneratedFunctions = "0.5"
22
SafeTestsets = "0.1"
23
+SymbolicUtils = "<3.8.0"
24
Symbolics = "5, 6"
25
Zygote = "0.6.73"
-julia = "1.6"
26
+julia = "1.10"
27
28
[extras]
29
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
0 commit comments