Skip to content

Commit a8e3d4a

Browse files
github-actions[bot]CompatHelper Julia
andauthored
CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#350)
Co-authored-by: CompatHelper Julia <[email protected]>
1 parent 8e012a2 commit a8e3d4a

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Project.toml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ uuid = "cffab07f-9bc2-4db1-8861-388f63bf7694"
33
authors = ["Carlo Lucibello and contributors"]
44
version = "0.6.14"
55

6-
[weakdeps]
7-
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
8-
9-
[extensions]
10-
GraphNeuralNetworksCUDAExt = "CUDA"
11-
126
[deps]
137
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
148
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -28,6 +22,12 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2822
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2923
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
3024

25+
[weakdeps]
26+
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
27+
28+
[extensions]
29+
GraphNeuralNetworksCUDAExt = "CUDA"
30+
3131
[compat]
3232
Adapt = "3"
3333
CUDA = "4, 5"
@@ -52,8 +52,8 @@ julia = "1.9"
5252

5353
[extras]
5454
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
55-
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
5655
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
56+
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
5757
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
5858
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
5959
InlineStrings = "842dd82b-1e85-43dc-bf29-5d0ee9dffc48"
@@ -63,6 +63,4 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
6363
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
6464

6565
[targets]
66-
test = ["Test", "Adapt", "DataFrames", "InlineStrings", "Zygote",
67-
"FiniteDifferences", "ChainRulesTestUtils", "MLDatasets",
68-
"CUDA", "cuDNN"]
66+
test = ["Test", "Adapt", "DataFrames", "InlineStrings", "Zygote", "FiniteDifferences", "ChainRulesTestUtils", "MLDatasets", "CUDA", "cuDNN"]

0 commit comments

Comments
 (0)