Skip to content

Commit e7150bf

Browse files
Merge pull request #223 from JuliaDiff/compathelper/new_version/2023-03-13-00-31-52-021-00111015567
CompatHelper: add new compat entry for Reexport at version 1, (keep existing compat)
2 parents 200be24 + b8dc1f6 commit e7150bf

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Project.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,11 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1616
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1717
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
1818
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
19-
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2019
StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718"
20+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2121
Tricks = "410a4b4d-49e4-4fbc-ab6d-cb71b17b3775"
2222
VertexSafeGraphs = "19fa3120-7c27-5ec5-8db8-b0b0aa330d6f"
2323

24-
[weakdeps]
25-
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
26-
27-
[extensions]
28-
SparseDiffToolsZygote = "Zygote"
29-
3024
[compat]
3125
Adapt = "3.0"
3226
ArrayInterface = "7"
@@ -35,15 +29,19 @@ DataStructures = "0.18"
3529
FiniteDiff = "2.8.1"
3630
ForwardDiff = "0.10"
3731
Graphs = "1"
32+
Reexport = "1"
3833
Requires = "1"
3934
SciMLOperators = "0.1.19, 0.2"
40-
StaticArrays = "1"
4135
StaticArrayInterface = "1.3"
36+
StaticArrays = "1"
4237
Tricks = "0.1.6"
4338
VertexSafeGraphs = "0.2"
4439
Zygote = "0.6"
4540
julia = "1.6"
4641

42+
[extensions]
43+
SparseDiffToolsZygote = "Zygote"
44+
4745
[extras]
4846
ArrayInterfaceBandedMatrices = "2e50d22c-5be1-4042-81b1-c572ed69783d"
4947
ArrayInterfaceBlockBandedMatrices = "5331f1e9-51c7-46b0-a9b0-df4434785e0a"
@@ -60,3 +58,6 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
6058

6159
[targets]
6260
test = ["Test", "ArrayInterfaceBandedMatrices", "ArrayInterfaceBlockBandedMatrices", "BandedMatrices", "BlockBandedMatrices", "IterativeSolvers", "Pkg", "Random", "SafeTestsets", "Symbolics", "Zygote", "StaticArrays"]
61+
62+
[weakdeps]
63+
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

0 commit comments

Comments
 (0)