-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
48 lines (44 loc) · 1.44 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
name = "SnowyOwl"
uuid = "c5d12a1c-ebca-44e1-aaa9-03f0dbaa929f"
authors = ["Yueh-Hua Tu <[email protected]>"]
version = "0.1.7"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Loess = "4345ca2d-374a-55d4-8d30-97f9976e7612"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
OmicsProfiles = "2c1f4335-9aeb-47fb-ad11-94d99429346c"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
UMAP = "c4f8c510-2410-5be4-91d7-4fbaeb39457e"
[compat]
CSV = "0.10"
CodecZlib = "0.7"
DataDeps = "0.7"
DataFrames = "1"
DataStructures = "0.18"
JLD2 = "0.4"
Loess = "0.5"
MultivariateStats = "0.10"
OmicsProfiles = "0.2"
Plots = "1"
Reexport = "1"
StatsBase = "0.33"
StatsPlots = "0.15"
UMAP = "0.1"
julia = "1.6"
[extras]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["CUDA", "Distributions", "Test"]