Skip to content

Commit 3370fcf

Browse files
Allow current LinearSolve in ModelingToolkit downstream tests
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
1 parent aa4afff commit 3370fcf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Graphs = "1.5.2"
8484
InteractiveUtils = "1"
8585
Libdl = "1"
8686
LinearAlgebra = "1"
87-
LinearSolve = "3.66"
87+
LinearSolve = "3.66, 4, 5"
8888
Logging = "1"
8989
ModelingToolkitBase = "1.50"
9090
ModelingToolkitStandardLibrary = "2.20"

lib/ModelingToolkitBase/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ LabelledArrays = "1.3"
137137
Latexify = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16"
138138
Libdl = "1"
139139
LinearAlgebra = "1"
140-
LinearSolve = "3.19.2"
140+
LinearSolve = "3.19.2, 4, 5"
141141
Logging = "1"
142142
ModelingToolkitStandardLibrary = "2.20"
143143
Mooncake = "0.5"

0 commit comments

Comments
 (0)