-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
41 lines (37 loc) · 1.19 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 = "MOTIFs"
uuid = "21ade233-9772-486b-8b4a-1a75b0845905"
authors = ["Shane Kuei-Hsien Chu ([email protected])"]
version = "0.1.2"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
FLoops = "cc61a311-1640-44b5-9fba-1b764f453329"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Mustache = "ffc61752-8dc7-55ee-8c37-f3e9cdd09e70"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SeqShuffle = "5ea955a8-74dc-49b5-be65-6ee01fc504f7"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
DataFrames = "1.6.1"
DataStructures = "0.18.15"
Dictionaries = "0.3.25"
FLoops = "0.2.1"
CUDA = "5.1.1"
Flux = "0.14.6"
HypothesisTests = "0.10.13"
Mustache = "1.0.19"
SeqShuffle = "0.2.2"
StaticArrays = "1.7.0"
StatsBase = "0.33.21"
Zygote = "0.6.67"
julia = "1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]