-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
41 lines (37 loc) · 1.27 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name = "NeuralGraphPDE"
uuid = "dc0c328b-2f26-4c4e-a741-3d78bb01adf9"
authors = ["MilkshakeForReal <yicheng.wu@ucalgary.ca> and contributors"]
version = "0.2.0"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
GraphNeuralNetworks = "cffab07f-9bc2-4db1-8861-388f63bf7694"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
NNlibCUDA = "a00861dc-f156-4864-bf3c-e6376f28a68d"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
CUDA = "3, 4"
DifferentialEquations = "7"
Functors = "0.2, 0.3"
GraphNeuralNetworks = "0.4, 0.5, 0.6"
Graphs = "1"
Lux = "0.4"
MLUtils = "0.2, 0.3"
NNlib = "0.8"
NNlibCUDA = "0.2"
Reexport = "1"
julia = "1.8"
ChainRulesCore = "1"
[extras]
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Random", "SafeTestsets", "MLUtils"]