-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
40 lines (36 loc) · 1.17 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
name = "CoexistenceHoles"
uuid = "3ae50052-ad19-4e6d-841d-b95da8f55ab6"
authors = ["Aaron Kelley", "Marco Tulio"]
version = "0.1.1"
[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Convex = "f65535da-76fb-5f13-bab9-19810c17039a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Ripserer = "aa79e827-bd0b-42a8-9f10-2b302677a641"
SCS = "c946c3f1-0d1f-5ce8-9dea-7daa1f7e2d13"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
#Combinatorics = "1.0"
#Convex = "0.13, 0.14"
#Distributions = "0.23"
#FileIO = "1.4"
#IterTools = "1.3"
#JLD2 = "0.4"
#ProgressMeter = "1.3"
#Ripserer = "0.16"
#SCS = "0.6"
#SafeTestsets = "0.0.1"
#StatsBase = "0.33"
#julia = "1"
[extras]
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "SafeTestsets"]