@@ -4,13 +4,13 @@ authors = ["Carlo Lucibello and contributors"]
4
4
version = " 1.4.1"
5
5
6
6
[deps ]
7
- Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
8
7
ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
9
8
Functors = " d9f16b24-f501-4c13-a1f2-28368ffc5196"
10
9
Graphs = " 86223c79-3864-5bf0-83f7-82e725a168b6"
11
10
KrylovKit = " 0b1a1467-8014-51b9-945f-bf0ae24f4b77"
12
11
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
13
12
MLDataDevices = " 7e8f7934-dd98-4c1a-8fe8-92b47a384d40"
13
+ MLDatasets = " eb30cadb-4394-5ae3-aed4-317e484a6458"
14
14
MLUtils = " f1d291b0-491e-4a28-83b9-f70985020b54"
15
15
NNlib = " 872c559c-99b0-510c-b3b7-b6c96a88d5cd"
16
16
NearestNeighbors = " b8a86587-4115-5ab1-83bc-aa920d37bbce"
@@ -28,15 +28,14 @@ GNNGraphsCUDAExt = "CUDA"
28
28
GNNGraphsSimpleWeightedGraphsExt = " SimpleWeightedGraphs"
29
29
30
30
[compat ]
31
- Adapt = " 4"
32
31
CUDA = " 5"
33
32
ChainRulesCore = " 1"
34
33
Functors = " 0.5"
35
34
Graphs = " 1.4"
36
35
KrylovKit = " 0.8"
37
36
LinearAlgebra = " 1"
38
37
MLDataDevices = " 1.0"
39
- MLDatasets = " 0.7"
38
+ MLDatasets = " 0.7.18 "
40
39
MLUtils = " 0.4"
41
40
NNlib = " 0.9"
42
41
NearestNeighbors = " 0.4"
@@ -45,21 +44,4 @@ SimpleWeightedGraphs = "1.4.0"
45
44
SparseArrays = " 1"
46
45
Statistics = " 1"
47
46
StatsBase = " 0.34"
48
- cuDNN = " 1"
49
47
julia = " 1.10"
50
-
51
- [extras ]
52
- Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
53
- CUDA = " 052768ef-5323-5732-b1bb-66c8b64840ba"
54
- ChainRulesTestUtils = " cdddcdb0-9152-4a09-a978-84456f9df70a"
55
- DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
56
- FiniteDifferences = " 26cc04aa-876d-5657-8c51-4c34ba976000"
57
- InlineStrings = " 842dd82b-1e85-43dc-bf29-5d0ee9dffc48"
58
- MLDatasets = " eb30cadb-4394-5ae3-aed4-317e484a6458"
59
- SimpleWeightedGraphs = " 47aef6b3-ad0c-573a-a1e2-d07658019622"
60
- Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
61
- Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
62
- cuDNN = " 02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
63
-
64
- [targets ]
65
- test = [" Test" , " Adapt" , " DataFrames" , " InlineStrings" , " SimpleWeightedGraphs" , " Zygote" , " FiniteDifferences" , " ChainRulesTestUtils" , " MLDatasets" , " CUDA" , " cuDNN" ]
0 commit comments