Skip to content

Commit 8e48f1c

Browse files
test: rm MSL from test env
1 parent 940ea78 commit 8e48f1c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ Logging = "1.10"
6868
Makie = "0.20"
6969
Markdown = "1.10"
7070
ModelingToolkit = "8.75, 9"
71-
ModelingToolkitStandardLibrary = "2.7"
7271
PartialFunctions = "1.1"
7372
PrecompileTools = "1.2"
7473
Preferences = "1.3"
@@ -97,7 +96,6 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
9796
DelayDiffEq = "bcd4f6db-9728-5f36-b5f7-82caef46ccdb"
9897
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
9998
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
100-
ModelingToolkitStandardLibrary = "16a59e39-deab-5bd0-87e4-056b12336739"
10199
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
102100
PartialFunctions = "570af359-4316-4cb7-8c74-252c00c2016b"
103101
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
@@ -113,4 +111,4 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
113111
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
114112

115113
[targets]
116-
test = ["Pkg", "Plots", "UnicodePlots", "PyCall", "PythonCall", "SafeTestsets", "Test", "StaticArrays", "StochasticDiffEq", "Aqua", "Zygote", "PartialFunctions", "DataFrames", "ModelingToolkit", "ModelingToolkitStandardLibrary", "OrdinaryDiffEq", "ForwardDiff"]
114+
test = ["Pkg", "Plots", "UnicodePlots", "PyCall", "PythonCall", "SafeTestsets", "Test", "StaticArrays", "StochasticDiffEq", "Aqua", "Zygote", "PartialFunctions", "DataFrames", "ModelingToolkit", "OrdinaryDiffEq", "ForwardDiff"]

0 commit comments

Comments
 (0)