-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
34 lines (30 loc) · 968 Bytes
/
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
name = "AdditiveCellCom"
uuid = "c442aa85-5626-4e74-944d-fad50fba57b5"
authors = ["Matt Karikomi <[email protected]> and contributors"]
repo = "https://github.com/mkarikom/AdditiveCellCom.jl.git"
version = "0.3.11"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
PCquery = "235f3f79-a89d-4d04-8acc-8e76a70bca42"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
[compat]
DataFrames = "~1"
Graphs = "~1"
JLD2 = "~0.4"
MetaGraphs = "~0.7"
Query = "~1"
StatsBase = "~0.33"
Turing = "~0.24"
julia = "~1"
PCquery = "~0.3"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]