-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
32 lines (28 loc) · 922 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
31
32
name = "GeneralizedSmoothingSplines"
uuid = "718f61ba-2cc5-441a-b676-9c36f8ce8510"
authors = ["Mikkel Paltorp Schmitt"]
version = "0.1.0"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
SymSemiseparableMatrices = "c927be06-f564-11e9-2e25-11633cdb9fcb"
[compat]
CSV = "0.10"
DataFrames = "1"
JuMP = "1"
MLJ = "0.18,0.19"
MLJModelInterface = "1.4 - 1.8"
SpecialFunctions = "1.8.1, 2"
julia = "1.6,1.7,1.8,1.9"
MadNLP = "0.7"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]