-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
50 lines (46 loc) · 1.46 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
name = "FlowAtlas"
uuid = "ef7debb3-0d09-4604-8960-6109d4c5b3e0"
authors = ["Grisha Szep", "Valerie Coppard", "Felix Feyertag"]
version = "0.1.14"
[deps]
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
FlowWorkspace = "93705cf0-0d0c-4207-9085-aa3a02725bf0"
GigaSOM = "a03a9c34-069e-5582-a11c-5c984cab887c"
GigaScatter = "9213d8c3-915d-41ea-a218-6d7652ffb8c6"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
Impute = "f7bf1975-0170-51b9-8c5f-a992d46b9575"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JSServe = "824d6782-a2ef-11e9-3a09-e5662e0c26f9"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
CSVFiles = "1"
ColorSchemes = "3"
DataFrames = "1"
FileIO = "1"
FlowWorkspace = "0.1"
GigaSOM = "0.7"
GigaScatter = "0.1"
HTTP = "0.9"
ImageIO = "0.4, 0.5, 0.6"
Images = "0.24, 0.25"
Impute = "0.6"
JSON = "0.21"
JSServe = "= 1.2.3"
MetaGraphs = "0.6, 0.7"
OrderedCollections = "1"
StaticArrays = "1"
StatsBase = "0.33"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]