-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathProject.toml
More file actions
37 lines (32 loc) · 1.2 KB
/
Project.toml
File metadata and controls
37 lines (32 loc) · 1.2 KB
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
name = "TimeseriesPrediction"
uuid = "f218859d-9706-56aa-9ebf-1fa4ed7b8020"
repo = "https://github.com/JuliaDynamics/TimeseriesPrediction.jl.git"
version = "0.7.0"
[deps]
DelayEmbeddings = "5732040d-69e3-5649-938a-b6b4f237613f"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[extras]
DynamicalSystemsBase = "6e36e845-645a-534a-86f2-f5d4aa5a06b4"
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["MultivariateStats", "DynamicalSystemsBase", "Test", "Random"]
[compat]
julia = "1"
DelayEmbeddings = "^1.4.2"
MultivariateStats = "0.6, 0.7, 0.8"
NearestNeighbors = "0.4"
StatsBase = "0.32, 0.33"
IterTools = "1"
Parameters = "0.12"
Reexport = "1"
StaticArrays = "1"