Skip to content

Commit 4331ebe

Browse files
authored
Add LabelledArrays to test deps
1 parent e758a2f commit 4331ebe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ julia = "1.6"
3838

3939
[extras]
4040
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
41+
LabelledArrays = "2ee39098-c373-598a-b85f-a56591580800"
4142
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
4243
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
4344
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
@@ -49,4 +50,4 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
4950
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
5051

5152
[targets]
52-
test = ["ForwardDiff", "NLsolve", "OrdinaryDiffEq", "Pkg", "Test", "Unitful", "Random", "StaticArrays", "StructArrays", "Zygote"]
53+
test = ["ForwardDiff", "LabelledArrays", "NLsolve", "OrdinaryDiffEq", "Pkg", "Test", "Unitful", "Random", "StaticArrays", "StructArrays", "Zygote"]

0 commit comments

Comments
 (0)