-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
31 lines (27 loc) · 1.08 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
name = "HiddenMarkovModelReaders"
uuid = "760a73f4-dca7-4de8-943d-18a66a2ce654"
keywords = ["signal-processing", "unsupervised-learning", "hidden-markov-model"]
license = "MIT"
desc = " Hidden Markov model and unsupervised hypothesis generator for signal processing and anomaly detection."
authors = ["Daniel Rivas <danielrivasmd@gmail.com> and Manfred Grabherr <manfredgrabherr@gmail.com>"]
repo = "https://github.com/DanielRivasMD/HiddenMarkovModelReaders.jl"
version = "0.4.5"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
Documenter = "0.19 - 0.27"
DocumenterTools = "0.1"
Parameters = "0.12"
StructArrays = "0.5, 0.6"
julia = "1.7"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]