Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) #313

Merged
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
23 changes: 3 additions & 20 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name = "SparseDiffTools"
uuid = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
authors = [
"Pankaj Mishra <[email protected]>",
"Chris Rackauckas <[email protected]>",
]
authors = ["Pankaj Mishra <[email protected]>", "Chris Rackauckas <[email protected]>"]
version = "2.24.0"

[deps]
@@ -49,7 +46,7 @@ Compat = "4"
DataStructures = "0.18"
Enzyme = "0.13"
FiniteDiff = "2.8.1"
ForwardDiff = "0.10"
ForwardDiff = "0.10, 1"
Graphs = "1"
LinearAlgebra = "<0.0.1, 1"
PackageExtensionCompat = "1"
@@ -85,18 +82,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[targets]
test = [
"Test",
"AllocCheck",
"BandedMatrices",
"BlockBandedMatrices",
"Enzyme",
"IterativeSolvers",
"Pkg",
"PolyesterForwardDiff",
"Random",
"SafeTestsets",
"Symbolics",
"Zygote",
"StaticArrays",
]
test = ["Test", "AllocCheck", "BandedMatrices", "BlockBandedMatrices", "Enzyme", "IterativeSolvers", "Pkg", "PolyesterForwardDiff", "Random", "SafeTestsets", "Symbolics", "Zygote", "StaticArrays"]
Loading