-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
43 lines (39 loc) · 1.37 KB
/
Project.toml
File metadata and controls
43 lines (39 loc) · 1.37 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
40
41
42
43
name = "Unfolding"
uuid = "c5d2ca1b-4127-462e-b5fa-7f6e5ca16f83"
authors = ["Rafael Moniz Caixeta"]
version = "0.2.9"
[deps]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
ImageMorphology = "787d08f9-d448-5407-9aad-5290dd7ab264"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
[compat]
Clustering = "0.14, 0.15"
DelimitedFiles = "1"
Distances = "0.9, 0.10"
Graphs = "1.11 - 1.13"
ImageMorphology = "0.2 - 0.4"
MultivariateStats = "0.7 - 0.10"
NearestNeighbors = "0.4"
Optim = "1.9 - 1.13"
Setfield = "1.0, 1.1"
SimpleWeightedGraphs = "1.4, 1.5"
StatsBase = "0.32 - 0.34"
WriteVTK = "1.18 - 1.21"
julia = "1.10"
[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "CSV", "DataFrames"]