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

Commit 26c9008

Browse files
Merge pull request #313 from JuliaDiff/compathelper/new_version/2025-03-27-01-22-35-263-03866539577
CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat)
2 parents e72dbf8 + cbd3c59 commit 26c9008

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

Project.toml

+3-20
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name = "SparseDiffTools"
22
uuid = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
3-
authors = [
4-
"Pankaj Mishra <[email protected]>",
5-
"Chris Rackauckas <[email protected]>",
6-
]
3+
authors = ["Pankaj Mishra <[email protected]>", "Chris Rackauckas <[email protected]>"]
74
version = "2.24.0"
85

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

8784
[targets]
88-
test = [
89-
"Test",
90-
"AllocCheck",
91-
"BandedMatrices",
92-
"BlockBandedMatrices",
93-
"Enzyme",
94-
"IterativeSolvers",
95-
"Pkg",
96-
"PolyesterForwardDiff",
97-
"Random",
98-
"SafeTestsets",
99-
"Symbolics",
100-
"Zygote",
101-
"StaticArrays",
102-
]
85+
test = ["Test", "AllocCheck", "BandedMatrices", "BlockBandedMatrices", "Enzyme", "IterativeSolvers", "Pkg", "PolyesterForwardDiff", "Random", "SafeTestsets", "Symbolics", "Zygote", "StaticArrays"]

0 commit comments

Comments
 (0)