forked from LCSB-BioCore/GigaSOM.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
43 lines (39 loc) · 1.42 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
name = "GigaSOM"
uuid = "a03a9c34-069e-5582-a11c-5c984cab887c"
version = "0.7.0"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
DistributedArrays = "aaf54ef3-cdf8-58ed-94cc-d582ad619b94"
DistributedData = "f6a0035f-c5ac-4ad0-b410-ad102ced35df"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FCSFiles = "d76558cf-badf-52d4-a17e-381ab0b0d937"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
[compat]
CSV = "^0.5.12, 0.6, 0.7, 0.8, 0.10"
DataFrames = "0.20, 0.21, 0.22, 1.0"
Distances = "^0.8.2, 0.9, 0.10"
DistributedArrays = "^0.6.4"
DistributedData = "0.1.4, 0.2"
Distributions = "^0.21.1, 0.22, 0.23, 0.24, 0.25"
FCSFiles = "^0.1.1"
FileIO = "^1.0.7"
JSON = "0.21"
NearestNeighbors = "^0.4.3"
StableRNGs = "1.0"
XLSX = "^0.5.5, 0.6, 0.7"
julia = "1"
[extras]
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
XLSX = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0"
[targets]
test = ["JSON", "LinearAlgebra", "SHA", "Test", "XLSX"]