Skip to content

Commit cc8aa48

Browse files
Merge pull request #529 from ChrisRackauckas-Claude/fix/downstream-test-deps
Add missing test dependencies to downstream Project.toml
2 parents 9d1d0e0 + d415688 commit cc8aa48

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

test/downstream/Project.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
11
[deps]
2+
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
23
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
34
MonteCarloMeasurements = "0987c9cc-fe09-11e8-30f0-b96dd679fdca"
5+
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
46
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
7+
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
58
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
9+
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
10+
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
611
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
712
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
13+
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
814

915
[compat]
16+
ArrayInterface = "7"
1017
ModelingToolkit = "8.33, 9"
1118
MonteCarloMeasurements = "1.1"
19+
NLsolve = "4"
1220
OrdinaryDiffEq = "6.31"
1321
StaticArrays = "1"
22+
SymbolicIndexingInterface = "0.3"
23+
Tables = "1"
1424
Tracker = "0.2"
1525
Unitful = "1.17"
26+
Zygote = "0.6, 0.7"

0 commit comments

Comments
 (0)