-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
30 lines (26 loc) · 950 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
name = "FastSpike"
uuid = "1dba01d4-f71c-4248-8233-6d2363294db3"
authors = ["Mahbod Nouri <[email protected]>"]
version = "0.1.0"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
OMEinsum = "ebe7aa44-baf0-506c-a96f-8464559b3922"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
[compat]
CUDA = "3"
JLD2 = ">= 0.4.22"
julia = "1"
[extras]
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "SafeTestsets"]