-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
46 lines (44 loc) · 1.45 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
42
43
44
45
46
name = "TrainSpikingNet"
uuid = "834bac62-a31c-4194-8633-73b1b5df927e"
authors = ["Ben Arthur <[email protected]>"]
version = "0.2.2"
[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
BatchedBLAS = "dfa6e8bd-ffa5-4347-817a-aa08eb84b250"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
CircularArrayBuffers = "9de3a189-e0c0-4e15-ba3b-b14b9fb0aec1"
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
Compose = "a81c6b42-2e10-5240-aca2-a61377ecd94b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Fontconfig = "186bb1d3-e1f7-5a2c-a377-96d770f13627"
Gadfly = "c91e804a-d5a3-530f-b6f0-dfbca275c004"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
SymmetricFormats = "a91e544d-b3d6-4431-ae28-0549b1291c16"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
ArgParse = "1"
BatchedBLAS = "0.2"
CUDA = "4, 5"
Cairo = "1"
CodecZlib = "0.7"
Compose = "0.9"
DataFrames = "1"
Fontconfig = "0.4"
Gadfly = "1"
JLD2 = "0.4"
NLsolve = "4"
NNlib = "0.9"
StatsBase = "0.33, 0.34"
SymmetricFormats = "0.1"
UnPack = "1"
Unitful = "1"
julia = "1.9"