-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
42 lines (38 loc) · 1.24 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
name = "OmicsProfiles"
uuid = "2c1f4335-9aeb-47fb-ad11-94d99429346c"
authors = ["Yueh-Hua Tu"]
version = "0.2.0"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MatrixMarket = "4d4711f2-db25-561a-b6b3-d35e7d4047d3"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
[compat]
Adapt = "3"
AxisArrays = "0.4"
CSV = "0.10"
CUDA = "4"
CodecZlib = "0.7"
DataFrames = "1"
DataStructures = "0.18"
Graphs = "1"
MatrixMarket = "0.4"
SimpleWeightedGraphs = "1"
TranscodingStreams = "0.9"
julia = "1.6"
[extras]
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
SnowyOwl = "c5d12a1c-ebca-44e1-aaa9-03f0dbaa929f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["SHA", "SnowyOwl", "Test"]