-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
41 lines (37 loc) · 1.25 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
name = "Bigsimr"
uuid = "8782c2a4-92bb-4214-98d7-3150cbd7a677"
authors = ["Alex Knudson <[email protected]>"]
repo = "https://github.com/SchisslerGroup/Bigsimr.jl.git"
version = "0.11.1"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NearestCorrelationMatrix = "59ddf330-608c-4938-8bc9-a4ee97bbbea6"
PearsonCorrelationMatch = "a9b75987-8b2a-4819-9442-b884e853de6b"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
[compat]
Aqua = "0.8"
Distributions = "0.25"
JuliaFormatter = "1"
LinearAlgebra = "<0.0.1, 1"
NearestCorrelationMatrix = "0.3, 1"
PearsonCorrelationMatch = "0.3, 0.4"
Reexport = "1"
SafeTestsets = "0.1"
SharedArrays = "1"
Statistics = "1"
StatsBase = "0.34"
StatsFuns = "1"
Test = "1"
julia = "1.9, 1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Test", "SafeTestsets", "JuliaFormatter"]