Skip to content

Commit a4135ab

Browse files
build: add SII dependency
1 parent e14115c commit a4135ab

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Project.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
3131
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
3232
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
3333
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
34+
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
3435
TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77"
3536

3637
[weakdeps]
@@ -39,8 +40,8 @@ ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
3940
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
4041
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
4142
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
42-
GeneralizedGenerated = "6b9d7cbe-bcb9-11e9-073f-15a7a543e2eb"
4343
GTPSA = "b27dd330-f138-47c5-815b-40db9dd9b6e8"
44+
GeneralizedGenerated = "6b9d7cbe-bcb9-11e9-073f-15a7a543e2eb"
4445
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
4546
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
4647
MonteCarloMeasurements = "0987c9cc-fe09-11e8-30f0-b96dd679fdca"
@@ -55,8 +56,8 @@ DiffEqBaseChainRulesCoreExt = "ChainRulesCore"
5556
DiffEqBaseDistributionsExt = "Distributions"
5657
DiffEqBaseEnzymeExt = ["ChainRulesCore", "Enzyme"]
5758
DiffEqBaseForwardDiffExt = ["ForwardDiff"]
58-
DiffEqBaseGeneralizedGeneratedExt = "GeneralizedGenerated"
5959
DiffEqBaseGTPSAExt = "GTPSA"
60+
DiffEqBaseGeneralizedGeneratedExt = "GeneralizedGenerated"
6061
DiffEqBaseMPIExt = "MPI"
6162
DiffEqBaseMeasurementsExt = "Measurements"
6263
DiffEqBaseMonteCarloMeasurementsExt = "MonteCarloMeasurements"
@@ -82,8 +83,8 @@ FastPower = "1.1"
8283
ForwardDiff = "0.10, 1"
8384
FunctionWrappers = "1.0"
8485
FunctionWrappersWrappers = "0.1"
85-
GeneralizedGenerated = "0.3"
8686
GTPSA = "1.4"
87+
GeneralizedGenerated = "0.3"
8788
LinearAlgebra = "1.9"
8889
Logging = "1.9"
8990
MPI = "0.20"
@@ -105,6 +106,7 @@ SparseArrays = "1.9"
105106
Static = "1"
106107
StaticArraysCore = "1.4"
107108
Statistics = "1"
109+
SymbolicIndexingInterface = "0.3.39"
108110
Tracker = "0.2"
109111
TruncatedStacktraces = "1"
110112
Unitful = "1"
@@ -129,10 +131,9 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
129131
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
130132
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
131133
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
132-
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
133134
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
134135
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
135136
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
136137

137138
[targets]
138-
test = ["Distributed", "Measurements", "MonteCarloMeasurements", "Unitful", "LabelledArrays", "SymbolicIndexingInterface", "ForwardDiff", "SparseArrays", "InteractiveUtils", "Plots", "Pkg", "Random", "ReverseDiff", "StaticArrays", "SafeTestsets", "Statistics", "Test", "Distributions", "Aqua", "BenchmarkTools"]
139+
test = ["Distributed", "Measurements", "MonteCarloMeasurements", "Unitful", "LabelledArrays", "ForwardDiff", "SparseArrays", "InteractiveUtils", "Plots", "Pkg", "Random", "ReverseDiff", "StaticArrays", "SafeTestsets", "Statistics", "Test", "Distributions", "Aqua", "BenchmarkTools"]

0 commit comments

Comments
 (0)