Skip to content

Commit 1f2e2e2

Browse files
author
CompatHelper Julia
committed
CompatHelper: bump compat for Adapt to 4, (keep existing compat)
1 parent 6324492 commit 1f2e2e2

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

Project.toml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
99
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1010
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
1111

12-
[compat]
13-
Adapt = "3"
14-
LinearAlgebra = "1.9"
15-
Requires = "1"
16-
SparseArrays = "1.9"
17-
SuiteSparse = "1.9"
18-
julia = "1.9"
12+
[weakdeps]
13+
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
14+
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
15+
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
16+
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
17+
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
18+
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
1919

2020
[extensions]
2121
ArrayInterfaceBandedMatricesExt = "BandedMatrices"
@@ -25,29 +25,29 @@ ArrayInterfaceGPUArraysCoreExt = "GPUArraysCore"
2525
ArrayInterfaceStaticArraysCoreExt = "StaticArraysCore"
2626
ArrayInterfaceTrackerExt = "Tracker"
2727

28+
[compat]
29+
Adapt = "3, 4"
30+
LinearAlgebra = "1.9"
31+
Requires = "1"
32+
SparseArrays = "1.9"
33+
SuiteSparse = "1.9"
34+
julia = "1.9"
35+
2836
[extras]
29-
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
37+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
3038
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
3139
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
3240
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
3341
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
34-
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
42+
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
3543
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
36-
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
37-
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
3844
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
45+
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
3946
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
4047
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
41-
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
48+
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
4249
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
50+
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
4351

4452
[targets]
4553
test = ["SafeTestsets", "Pkg", "Test", "Aqua", "Random", "SparseArrays", "SuiteSparse", "BandedMatrices", "BlockBandedMatrices", "GPUArraysCore", "StaticArrays", "StaticArraysCore", "Tracker"]
46-
47-
[weakdeps]
48-
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
49-
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
50-
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
51-
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
52-
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
53-
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"

0 commit comments

Comments
 (0)