Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion DifferentiationInterface/docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterInterLinks = "d12716ef-a0f6-4df4-a9f1-a5a34e75c656"
DocumenterMermaid = "a078cd44-4d9c-4618-b545-3ab9d77f9177"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Expand All @@ -15,4 +14,18 @@ SparseMatrixColorings = "0a514795-09f3-496d-8182-132a7b665d35"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
ADTypes = "1"
BenchmarkTools = "1"
DifferentiationInterface = "0.7.10"
Documenter = "1"
DocumenterInterLinks = "1.1"
FiniteDiff = "2.29"
ForwardDiff = "1.2.2"
PrettyTables = "3.1"
SparseConnectivityTracer = "1.1.2"
SparseMatrixColorings = "0.4.23"
Zygote = "0.7.10"
julia = "1.10.10"

[sources]
DifferentiationInterface = { path = ".." }
1 change: 0 additions & 1 deletion DifferentiationInterface/docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ using Base: get_extension
using DifferentiationInterface
import DifferentiationInterface as DI
using Documenter
using DocumenterMermaid
using DocumenterInterLinks

using ADTypes: ADTypes
Expand Down
10 changes: 10 additions & 0 deletions DifferentiationInterface/test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
Expand All @@ -19,15 +20,24 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
ADTypes = "1.18"
Aqua = "0.8.12"
ComponentArrays = "0.15.27"
DataFrames = "1.7.0"
Dates = "1"
DifferentiationInterface = "0.7.10"
ExplicitImports = "1.10.1"
InteractiveUtils = "1"
JET = "0.9,0.10,0.11"
JLArrays = "0.2,0.3"
Pkg = "1"
Random = "1"
SparseConnectivityTracer = "1.1.2"
SparseMatrixColorings = "0.4.23"
StableRNGs = "1.0.1"
StaticArrays = "1.9.15"
Test = "1"
julia = "1.10.10"

[sources]
DifferentiationInterface = { path = ".." }
13 changes: 13 additions & 0 deletions DifferentiationInterfaceTest/docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,17 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
ADTypes = "1.18"
BenchmarkTools = "1.6.3"
DataFrames = "1.8.1"
DifferentiationInterface = "0.7.10"
DifferentiationInterfaceTest = "0.10.2"
Documenter = "1"
DocumenterInterLinks = "1.1"
ForwardDiff = "1.2.2"
PrettyTables = "3.1"
Zygote = "0.7.10"
julia = "1.10.10"

[sources]
DifferentiationInterfaceTest = { path = ".." }
17 changes: 17 additions & 0 deletions DifferentiationInterfaceTest/test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
DifferentiationInterfaceTest = "a82114a7-5aa3-49a8-9643-716bb13727a3"
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
Expand All @@ -21,8 +22,24 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
ADTypes = "1.18"
Aqua = "0.8.12"
ComponentArrays = "0.15.30"
DataFrames = "1.8.1"
DifferentiationInterface = "0.7.10"
DifferentiationInterfaceTest = "0.10.2"
ExplicitImports = "1.10.1"
FiniteDiff = "2.27.0"
FiniteDifferences = "0.12.33"
Flux = "0.16.5"
ForwardDiff = "1.2.2"
JET = "0.9, 0.10, 0.11"
JLArrays = "0.3"
SparseConnectivityTracer = "0.5.0,0.6,1"
SparseMatrixColorings = "0.4.9"
StaticArrays = "1.9.15"
Zygote = "0.7.10"
julia = "1.10.10"

[sources]
DifferentiationInterfaceTest = { path = ".." }
Loading