Skip to content

Commit 48ead21

Browse files
committed
fix docs env
1 parent ec7478c commit 48ead21

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/Project.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
1010
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1111
SciMLStructures = "53ae85a6-f571-4167-b2af-e1d143709226"
1212
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
13+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1314
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
1415

16+
[sources]
17+
ModelingToolkitNeuralNets = {path = ".."}
18+
1519
[compat]
1620
Documenter = "1.3"
1721
Lux = "1"
@@ -25,6 +29,3 @@ Plots = "1"
2529
SciMLStructures = "1.1.0"
2630
StableRNGs = "1"
2731
SymbolicIndexingInterface = "0.3.15"
28-
29-
[sources]
30-
ModelingToolkitNeuralNets = {path = ".."}

docs/src/friction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ using OptimizationOptimisers: Adam
1818
using SciMLStructures
1919
using SciMLStructures: Tunable
2020
using SymbolicIndexingInterface
21+
using Statistics
2122
using StableRNGs
2223
using Lux
2324
using Plots

0 commit comments

Comments
 (0)