-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
73 lines (57 loc) · 1.92 KB
/
Project.toml
File metadata and controls
73 lines (57 loc) · 1.92 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
name = "ExploratoryFactorAnalysis"
uuid = "a03df6c4-44ce-4811-ae2a-076447e7d7c8"
authors = ["Xunjian-Li <11930699@mail.sustech.edu.cn> and contributors"]
version = "1.0.0-DEV"
[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[compat]
julia = "1.9"
Arpack = "0.5"
DataFrames = "1"
Distributions = "0.25"
KrylovKit = "0.10"
MultivariateStats = "0.10"
StatsBase = "0.34"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]
# name = "ExploratoryFactorAnalysis"
# uuid = "a03df6c4-44ce-4811-ae2a-076447e7d7c8"
# authors = ["Xunjian-Li <11930699@mail.sustech.edu.cn> and contributors"]
# version = "1.0.0-DEV"
# [deps]
# Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
# DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
# Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
# KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
# LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
# MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
# Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
# Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
# StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
# Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
# [compat]
# Arpack = "0.5.4"
# DataFrames = "1.8.1"
# Distributions = "0.25.122"
# KrylovKit = "0.10.2"
# LinearAlgebra = "1.11.0"
# MultivariateStats = "0.10.3"
# Printf = "1.11.0"
# Random = "1.11.0"
# StatsBase = "0.34.9"
# Test = "1.11.0"
# julia = "1.6"
# [extras]
# Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
# [targets]
# test = ["Test"]