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 f20ef86 commit e94d9baCopy full SHA for e94d9ba
docs/Project.toml
@@ -20,8 +20,8 @@ SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
20
SymbolicRegression = "8254be44-1295-4e6a-a16d-46603ac705cb"
21
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
22
23
-[sources]
24
-ModelingToolkitNeuralNets = {path = ".."}
+[sources.ModelingToolkitNeuralNets]
+path = ".."
25
26
[compat]
27
Documenter = "1.3"
@@ -32,6 +32,7 @@ ModelingToolkitStandardLibrary = "2.7"
32
Optimization = "4.0"
33
OptimizationOptimisers = "0.3"
34
Plots = "1"
35
+SciMLBase = "2"
36
SciMLStructures = "1.1.0"
37
StableRNGs = "1"
38
Statistics = "1"
0 commit comments