-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
35 lines (33 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
name = "FittedItemBanks"
uuid = "3f797b09-34e4-41d7-acf6-3302ae3248a5"
authors = ["Frankie Robertson <[email protected]>"]
version = "0.6.3"
[deps]
ArraysOfArrays = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018"
BSplines = "488c2830-172b-11e9-1591-253b8a7df96d"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Lazy = "50d2b5c4-7a5e-59d5-8109-a42b560f39c0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
PsychometricsBazaarBase = "b0d9cada-d963-45e9-a4c6-4746243987f1"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ResumableFunctions = "c5292f4c-5179-55e1-98c5-05642aab7184"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
ArraysOfArrays = "0.6"
BSplines = "0.3.3"
Distributions = "^0.25.49"
DocStringExtensions = "^0.9"
Lazy = "0.15"
LinearAlgebra = "^1.10"
LogExpFunctions = "0.3.28"
PsychometricsBazaarBase = "^0.7.0, ^0.8.0"
Polynomials = "4"
Random = "^1.10"
ResumableFunctions = "^0.6.10"
Setfield = "1"
StaticArrays = "1"
julia = "^1.10"