forked from Oblynx/HierarchicalTemporalMemory.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
29 lines (27 loc) · 956 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
name = "HierarchicalTemporalMemory"
uuid = "db654dba-670c-566a-9226-64313b881ded"
authors = ["Konstantinos Samaras-Tsakiris <[email protected]>"]
version = "0.3.3"
[deps]
Chain = "8be319e6-bccf-4806-a6f7-6fae938471bc"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
Lazy = "50d2b5c4-7a5e-59d5-8109-a42b560f39c0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
Chain = "^0.4"
Graphs = "^1.5"
ImageFiltering = "^0.7"
IterTools = "^1.3"
Lazy = "^0.15"
Parameters = "^0.12"
Setfield = "^0.8"
StatsBase = "^0.33"
julia = "^1.6"