-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
34 lines (30 loc) · 963 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 = "SignalTemps"
uuid = "9748e082-7d24-4353-af53-8a6c8ccbfb0c"
authors = ["Matt Karikomi <[email protected]> and contributors"]
version = "0.3.1"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
UMAP = "c4f8c510-2410-5be4-91d7-4fbaeb39457e"
[compat]
julia = "~1.8"
Query = "~1"
CUDA = "~4.0"
Graphs = "~1"
StatsBase = "~0.33"
Distributions = "~0.25"
DataFrames = "~1.4"
UMAP = "~0.1"
MetaGraphs = "~0.7"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]