Skip to content

Commit 0bf30d7

Browse files
committed
chore: add test and doc compat bounds
1 parent 71bbd1c commit 0bf30d7

6 files changed

Lines changed: 44 additions & 1 deletion

File tree

DifferentiationInterface/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,6 @@ Symbolics = "5.27.1, 6"
8080
Tracker = "0.2.33"
8181
Zygote = "0.6.69, 0.7"
8282
julia = "1.10"
83+
84+
[workspace]
85+
projects = ["docs", "test"]

DifferentiationInterface/docs/Project.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
44
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
55
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
66
DocumenterInterLinks = "d12716ef-a0f6-4df4-a9f1-a5a34e75c656"
7-
DocumenterMermaid = "a078cd44-4d9c-4618-b545-3ab9d77f9177"
87
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
98
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
109
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
@@ -15,4 +14,15 @@ SparseMatrixColorings = "0a514795-09f3-496d-8182-132a7b665d35"
1514
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
1615

1716
[compat]
17+
ADTypes = "1"
18+
BenchmarkTools = "1"
19+
DifferentiationInterface = "0.7.10"
1820
Documenter = "1"
21+
DocumenterInterLinks = "1.1"
22+
FiniteDiff = "2.29"
23+
ForwardDiff = "1.2.2"
24+
PrettyTables = "3.1"
25+
SparseConnectivityTracer = "1.1.2"
26+
SparseMatrixColorings = "0.4.23"
27+
Zygote = "0.7.10"
28+
julia = "1.10.10"

DifferentiationInterface/test/Project.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1919
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2020

2121
[compat]
22+
ADTypes = "1.18"
2223
Aqua = "0.8.12"
2324
ComponentArrays = "0.15.27"
2425
DataFrames = "1.7.0"
@@ -29,5 +30,9 @@ JET = "0.9,0.10,0.11"
2930
JLArrays = "0.2,0.3"
3031
Pkg = "1"
3132
Random = "1"
33+
SparseConnectivityTracer = "1.1.2"
34+
SparseMatrixColorings = "0.4.23"
3235
StableRNGs = "1.0.1"
36+
StaticArrays = "1.9.15"
3337
Test = "1"
38+
julia = "1.10.10"

DifferentiationInterfaceTest/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,6 @@ Statistics = "1"
6969
Test = "1"
7070
Zygote = "0.6, 0.7"
7171
julia = "1.10"
72+
73+
[workspace]
74+
projects = ["docs", "test"]

DifferentiationInterfaceTest/docs/Project.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,14 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1313
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
1414

1515
[compat]
16+
ADTypes = "1.18"
17+
BenchmarkTools = "1.6.3"
18+
DataFrames = "1.8.1"
19+
DifferentiationInterface = "0.7.10"
20+
DifferentiationInterfaceTest = "0.10.2"
1621
Documenter = "1"
22+
DocumenterInterLinks = "1.1"
23+
ForwardDiff = "1.2.2"
24+
PrettyTables = "3.1"
25+
Zygote = "0.7.10"
26+
julia = "1.10.10"

DifferentiationInterfaceTest/test/Project.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,20 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2121
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2222

2323
[compat]
24+
ADTypes = "1.18"
2425
Aqua = "0.8.12"
26+
ComponentArrays = "0.15.30"
27+
DataFrames = "1.8.1"
28+
DifferentiationInterface = "0.7.10"
2529
ExplicitImports = "1.10.1"
2630
FiniteDiff = "2.27.0"
31+
FiniteDifferences = "0.12.33"
32+
Flux = "0.16.5"
33+
ForwardDiff = "1.2.2"
34+
JET = "0.9.20, 0.10, 0.11"
35+
JLArrays = "0.3"
2736
SparseConnectivityTracer = "0.5.0,0.6,1"
2837
SparseMatrixColorings = "0.4.9"
38+
StaticArrays = "1.9.15"
39+
Zygote = "0.7.10"
40+
julia = "1.10.10"

0 commit comments

Comments
 (0)