-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
30 lines (28 loc) · 1006 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 = "DegreesOfFreedom"
uuid = "6bcd71f4-f95e-48eb-8a7d-f882b90fc629"
authors = ["szcf-weiya <[email protected]>"]
version = "0.1.4"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
GLMNet = "8d5ece8b-de18-5317-b113-243142960cc6"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MonotoneSplines = "92812004-5f8d-4354-96af-0c8b7c0637d0"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
[compat]
Distributions = "0.25"
FiniteDifferences = "0.12"
GLMNet = "0.7"
LaTeXStrings = "1.3"
MonotoneSplines = "0.1"
Plots = "1.35"
RCall = "0.13"
StatsPlots = "0.15"
julia = "1.8"