-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
43 lines (39 loc) · 1.35 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 = "ParameterSpacePartitions"
uuid = "64931d76-8770-46b0-8423-0a5d3a7d2d72"
authors = ["itsdfish"]
version = "0.4.5"
[deps]
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
QHull = "a8468747-bd6f-53ef-9e5c-744dbc5c59e7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
ThreadedIterables = "11d239b0-c0b9-11e8-1935-d5cfa53abb03"
[compat]
ComponentArrays = "0.11.9, 0.12, 0.13, 0.14, 0.15"
ConcreteStructs = "v0.2.3"
DataFrames = "1.3.0"
Distributions = "0.23.0,0.24.0,v0.25.0"
LinearAlgebra = "1"
ProgressMeter = "1.7.2"
QHull = "0.2"
Random = "1"
Requires = "1.3.0"
SafeTestsets = "0.0.1,0.1.0"
SpecialFunctions = "2"
Statistics = "1"
ThreadedIterables = "v0.2.1"
julia = "1"
[extras]
QHull = "a8468747-bd6f-53ef-9e5c-744dbc5c59e7"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "StatsBase", "QHull"]