-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
28 lines (26 loc) · 849 Bytes
/
Project.toml
File metadata and controls
28 lines (26 loc) · 849 Bytes
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
name = "VirtualAgeModels"
uuid = "b276bca3-8be3-40c5-b17b-0eb635c89c3b"
authors = ["Rcqls <rdrouilh@gmail.com>"]
version = "0.1.3"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Integrals = "de52edbc-65ea-441a-8357-d3a637375a31"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
AbstractTrees = "0.4"
DataFrames = "1.5"
Distributions = "0.25"
Integrals = "4.6.0"
Optim = "1.7"
OrderedCollections = "1.6"
Plots = "1"
RCall = "0.14"
StatsBase = "0.34.5"
julia = "1.9"