Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
[compat]
Documenter = "1.3"
Lux = "1"
ModelingToolkit = "9.9"
ModelingToolkit = "9"
ModelingToolkitNeuralNets = "1"
ModelingToolkitStandardLibrary = "2.7"
Optimization = "3.24, 4.0"
Expand All @@ -25,3 +25,6 @@ Plots = "1"
SciMLStructures = "1.1.0"
StableRNGs = "1"
SymbolicIndexingInterface = "0.3.15"

[sources]
ModelingToolkitNeuralNets = { path = ".." }
Loading