-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
30 lines (28 loc) · 1009 Bytes
/
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
name = "SurvivalAnalysis"
uuid = "d1dd7d07-e5c2-418a-8652-e20add45d312"
authors = ["Raphael Sonabend <[email protected]>"]
version = "0.1.0"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLSolversBase = "d41bc354-129a-5804-8e4c-c37616107c6c"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
DataFrames = "1.3.4"
Distributions = "<0.25.68"
NLSolversBase = "^7.0.0"
Optim = "0.22.0, 1.7.0"
PrettyTables = "1.3.1"
RecipesBase = "1.2.1"
StatsBase = "0.33.18"
StatsModels = "^0.6.0"
Tables = "1.7.0"
julia = "^1.2"