-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
56 lines (52 loc) · 1.69 KB
/
Project.toml
File metadata and controls
56 lines (52 loc) · 1.69 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name = "PathMatFac"
uuid = "c5e61064-e45f-453d-b8d1-c6ea67b1652b"
version = "1.0.0-DEV"
authors = ["David Merrell <davidpmerrell@gmail.com> and contributors"]
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ChainRules = "082447d4-558c-5d27-93f4-14fc19e9eca2"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MatFac = "2df45c2e-1b32-4693-90e3-43d84949022c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
Adapt = "4.5.2"
BSON = "0.3.9"
CSV = "0.10.16"
CUDA = "5.11.0"
ChainRules = "1.73.0"
ChainRulesCore = "1.26.1"
DataFrames = "1.8.2"
DataStructures = "0.19.4"
Distributions = "0.25.124"
Flux = "0.16.9"
Functors = "0.5.2"
HDF5 = "0.17.3"
JSON = "1.5.0"
Krylov = "0.10.6"
LinearAlgebra = "1.12.0"
MatFac = "1.0.0"
SparseArrays = "1.12.0"
Statistics = "1.11.1"
StatsBase = "0.34.10"
Zygote = "0.7.10"
julia = "1.10.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]