-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
39 lines (35 loc) · 1.26 KB
/
Project.toml
File metadata and controls
39 lines (35 loc) · 1.26 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
38
39
name = "RecurrenceMicrostatesAnalysis"
uuid = "cb83a08b-85c6-4e94-91aa-4e946c7d4f0c"
version = "0.4.0"
repo = "https://github.com/DynamicsUFPR/RecurrenceMicrostatesAnalysis.jl"
[deps]
Atomix = "a9b6321e-bd34-4604-b9c9-b65b8de01458"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
ComplexityMeasures = "ab4b797d-85ee-42ba-b621-05d793b346a2"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StateSpaceSets = "40b095a5-5852-4c12-98c7-d43bf788e795"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
Atomix = "1.1.2"
Combinatorics = "1.1.0"
ComplexityMeasures = "3.8.5"
Distances = "0.10.12"
GPUArraysCore = "0.2.0"
KernelAbstractions = "0.9.39"
Random = "1.10.9"
Reexport = "1.2.2"
StateSpaceSets = "2.5.3"
StaticArrays = "1.9.15"
Statistics = "1.11.1"
julia = "1.8"
[extras]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
RecurrenceAnalysis = "639c3291-70d9-5ea2-8c5b-839eba1ee399"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "RecurrenceAnalysis", "Distributions"]