-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathProject.toml
43 lines (38 loc) · 1.4 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
name = "Attractors"
uuid = "f3fd9213-ca85-4dba-9dfd-7fc91308fec7"
authors = ["George Datseris <datseris.george@gmail.com>", "Kalel Rossi", "Alexandre Wagemakers"]
repo = "https://github.com/JuliaDynamics/Attractors.jl.git"
version = "1.23.3"
[deps]
BlackBoxOptim = "a134a8b2-14d6-55f6-9291-3336d3ab0209"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
ComplexityMeasures = "ab4b797d-85ee-42ba-b621-05d793b346a2"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DynamicalSystemsBase = "6e36e845-645a-534a-86f2-f5d4aa5a06b4"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
Neighborhood = "645ca80c-8b79-4109-87ea-e1f58159d116"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StateSpaceSets = "40b095a5-5852-4c12-98c7-d43bf788e795"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
[extensions]
AttractorsVisualizations = "Makie"
[compat]
BlackBoxOptim = "0.6"
Clustering = "0.15"
ComplexityMeasures = "2.3, 3"
Distances = "0.7, 0.8, 0.9, 0.10"
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
DynamicalSystemsBase = "3.9.1"
Makie = "≥ 0.19"
Neighborhood = "0.2.2"
Optim = "1.7"
ProgressMeter = "1.7"
Reexport = "1"
StateSpaceSets = "2.3"
julia = "1.9"