-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
79 lines (73 loc) · 2.77 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
name = "SingleCellProjections"
uuid = "03d38035-ed2f-4a36-82eb-797f1727ab2e"
authors = ["Rasmus Henningsson <rasmus.henningsson@med.lu.se>"]
version = "0.4.4"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
H5Zblosc = "c8ec2601-a99c-407f-b158-e79c03c2f5f7"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SCTransform = "f56ea72b-d1ea-403e-9c0c-95d94e8a8532"
SingleCell10x = "eddce310-d14b-4c2d-aa06-cfe9e2f7af98"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
ThreadedSparseArrays = "59d54670-b8ac-4d81-ab7a-bb56233e17ab"
[weakdeps]
Muon = "446846d7-b4ce-489d-bf74-72da18fe3629"
PrincipalMomentAnalysis = "6a3ba550-3b7f-11e9-2734-d9178ad1e8db"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
TSne = "24678dba-d5e9-5843-a4c6-250288b04835"
UMAP = "c4f8c510-2410-5be4-91d7-4fbaeb39457e"
[extensions]
SingleCellProjectionsMuonExt = "Muon"
SingleCellProjectionsPrincipalMomentAnalysisExt = "PrincipalMomentAnalysis"
SingleCellProjectionsStableRNGsExt = "StableRNGs"
SingleCellProjectionsTSneExt = "TSne"
SingleCellProjectionsUMAPExt = "UMAP"
[compat]
AbstractTrees = "0.3, 0.4"
CodecZlib = "0.7"
DataFrames = "0.21, 0.22, 1.0"
Distributions = "0.22, 0.23, 0.24, 0.25"
H5Zblosc = "0.1"
HDF5 = "0.16, 0.17"
LinearAlgebra = "1"
Missings = "0.4, 1.0"
Muon = "0.2"
NearestNeighbors = "0.4"
PrecompileTools = "1"
PrincipalMomentAnalysis = "0.2"
Random = "1"
Requires = "1.2"
SCTransform = "0.2, 0.3"
SingleCell10x = "0.1, 0.2"
SparseArrays = "1"
StableRNGs = "1"
StaticArrays = "0.12, 1.0"
Statistics = "1"
TSne = "1"
ThreadedSparseArrays = "0.2.0"
UMAP = "0.1"
julia = "1.8"
[extras]
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5"
Muon = "446846d7-b4ce-489d-bf74-72da18fe3629"
PrincipalMomentAnalysis = "6a3ba550-3b7f-11e9-2734-d9178ad1e8db"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
TSne = "24678dba-d5e9-5843-a4c6-250288b04835"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UMAP = "c4f8c510-2410-5be4-91d7-4fbaeb39457e"
[targets]
test = ["Test", "CodecZlib", "DelimitedFiles", "GLM", "HypothesisTests", "PrincipalMomentAnalysis", "StableRNGs", "TSne", "UMAP"]