forked from wildart/TDA.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
30 lines (25 loc) · 950 Bytes
/
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
name = "TDA"
uuid = "fe47203d-f35f-412c-997c-af2409ec39e9"
keywords = ["topological data analysis", "data science", "persistance"]
license = "MIT"
desc = "A Julia package for topological data analysis"
repository = "https://github.com/wildart/TDA.jl.git"
version = "0.2.1"
[deps]
ComputationalHomology = "9393a4d0-be1e-45b0-9991-b60434c721e6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[compat]
MultivariateStats = "≥ 0.7.0"
ComputationalHomology = "≥ 0.7.0"
julia = "≥ 1.1.0"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]