forked from UW-PHARM/BitSAD.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
41 lines (36 loc) · 1.2 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
name = "BitSAD"
uuid = "7f90e340-ca22-4a3e-a259-118ed254aff3"
authors = ["Kyle Daruwalla", "University of Wisconsin-Madison PHARM Group"]
version = "0.2.0"
[deps]
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Ghost = "4f8f7498-1303-42e1-920c-5033445536df"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RandomNumbers = "e6cf234a-135c-5ec9-84dd-332b85af5143"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
DataStructures = "0.18"
Ghost = "0.3.1"
LightGraphs = "1"
MacroTools = "0.5"
MetaGraphs = "0.6"
OrderedCollections = "1.4"
RandomNumbers = "1.5"
Setfield = "0.7, 0.8, 1"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[publish]
ignore = ["^(gh-pages|juliamnt|julia.dmg)$"]
theme = "_flux-theme"
title = "BitSAD.jl"
[targets]
test = ["Test"]