-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
38 lines (34 loc) · 1.21 KB
/
Project.toml
File metadata and controls
38 lines (34 loc) · 1.21 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
name = "FactorUtils"
uuid = "6732f443-bc42-4eaa-8f26-e08a01b9f470"
author = "James Alster <jamesalster2@gmail.com>"
version = "0.3.0"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
FactorRotations = "be5e9834-f3d9-4b7e-b5ea-d062861d4ac2"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MakieCore = "20f20a25-4f0e-4fdf-b5d1-57303727442b"
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
DataFrames = "1.7.0"
DimensionalData = "0.29.17"
LinearAlgebra = "1.11.0"
MakieCore = "0.9.3"
Reexport = "1.2.2"
Requires = "1.3.1"
Statistics = "1.11.1"
StatsAPI = "1.7.0"
StatsBase = "0.34.5"
[extras]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "RDatasets", "RCall", "Makie"]