Skip to content

Commit c9e6d67

Browse files
authored
Merge pull request #41 from SciML/compathelper/new_version/2024-09-21-00-04-48-046-3533924372
CompatHelper: bump compat for "OptimizationOptimisers" to "0.3" for package docs
2 parents 4cbb2f5 + 3f9b48b commit c9e6d67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
44
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
5+
ModelingToolkitNeuralNets = "f162e290-f571-43a6-83d9-22ecc16da15f"
56
ModelingToolkitStandardLibrary = "16a59e39-deab-5bd0-87e4-056b12336739"
67
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
78
OptimizationOptimisers = "42dfb2eb-d2b4-4451-abcd-913932933ac1"
@@ -10,18 +11,17 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1011
SciMLStructures = "53ae85a6-f571-4167-b2af-e1d143709226"
1112
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
1213
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
13-
ModelingToolkitNeuralNets = "f162e290-f571-43a6-83d9-22ecc16da15f"
1414

1515
[compat]
1616
Documenter = "1.3"
1717
Lux = "1"
1818
ModelingToolkit = "9.9"
19+
ModelingToolkitNeuralNets = "1"
1920
ModelingToolkitStandardLibrary = "2.7"
2021
Optimization = "3.24"
21-
OptimizationOptimisers = "0.2.1"
22+
OptimizationOptimisers = "0.2.1, 0.3"
2223
OrdinaryDiffEq = "6.74"
2324
Plots = "1"
2425
SciMLStructures = "1.1.0"
2526
StableRNGs = "1"
2627
SymbolicIndexingInterface = "0.3.15"
27-
ModelingToolkitNeuralNets = "1"

0 commit comments

Comments
 (0)