-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
58 lines (54 loc) · 1.85 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
47
48
49
50
51
52
53
54
55
56
57
58
name = "InvariantModels"
uuid = "c1e355d5-45bb-46bb-9cc3-45e49c5c057d"
authors = ["Robert Szalai"]
version = "1.0.0-DEV"
[deps]
ApproxFun = "28f2ccd6-bb30-5033-b560-165f7b14dc2f"
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
# CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
DynamicPolynomials = "7c1d4256-1411-5781-91ec-d7bc3513ac07"
# GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
Manifolds = "1cead3c2-87b3-11e9-0ccd-23c62b72b94e"
ManifoldsBase = "3362f125-f0bb-47a3-aa74-596ffd7ef2fb"
Manopt = "0fc0a36d-df90-57f3-8f93-d78a9fc72bb5"
MultivariatePolynomials = "102ac46a-7ee4-5c85-9060-abc95bfdeaa3"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
[compat]
julia = "1"
ApproxFun = "0.13"
BSON = "0.3"
Clustering = "0.15"
DifferentialEquations = "7"
# GLMakie = "0.9"
# CairoMakie = "0.11"
LoopVectorization = "0.12"
ManifoldsBase = "0.15"
Manifolds = "0.9"
Manopt = "0.4"
MultivariatePolynomials = "0.5"
DynamicPolynomials = "0.5"
RecursiveArrayTools = "3"
Statistics = "1"
StatsBase = "0.34"
StatsPlots = "0.15"
TaylorSeries = "0.17"
TensorOperations = "4"
Tullio = "0.3"
UnicodePlots = "3"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]