-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
60 lines (58 loc) · 1.99 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
name = "QDiffusion"
uuid = "2ea45193-8e6e-4cf0-8c4b-25896a4f6964"
authors = ["Myrl <myrl@marmarel.is>"]
version = "0.1.0"
[compat]
CUDA = "3"
CategoricalArrays = "0.10"
ChainRulesCore = "1"
Clustering = "0.14"
Conda = "1"
DataStructures = "0.18"
Distances = "0.10"
Distributions = "0.25"
FiniteDifferences = "0.12"
Flux = "0.13"
KrylovKit = "0.5"
LazyArrays = "0.22"
Loess = "0.5"
NMF = "0.5"
NaNMath = "1"
NearestNeighbors = "0.4"
ProgressMeter = "1"
PyCall = "1"
SpecialFunctions = "2"
StaticArrays = "1"
StatsBase = "0.33"
StatsFuns = "0.9"
Survival = "0.2"
Zygote = "0.6"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Loess = "4345ca2d-374a-55d4-8d30-97f9976e7612"
NMF = "6ef6ca0d-6ad7-5ff6-b225-e928bfa0a386"
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
Survival = "8a913413-2070-5976-9d4c-2b364fdc2f7f"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"