forked from dahong67/GCPDecompositions.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
29 lines (25 loc) · 803 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
name = "GCPDecompositions"
uuid = "f59fb95b-1bc8-443b-b347-5e445a549f37"
authors = ["David Hong <[email protected]> and contributors"]
version = "0.3.0"
[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
LBFGSB = "5be7bae1-8223-5378-bac3-9e7378a2f6e6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LossFunctions = "30fc2ffe-d236-52d8-8643-a9d8f7c094a7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[weakdeps]
LossFunctions = "30fc2ffe-d236-52d8-8643-a9d8f7c094a7"
[extensions]
LossFunctionsExt = "LossFunctions"
[compat]
Compat = "3.42, 4"
ForwardDiff = "0.10.36"
IntervalSets = "0.7.7"
LBFGSB = "0.4.1"
LinearAlgebra = "1.6"
LossFunctions = "0.11.1"
Random = "1.6"
julia = "1.6"