-
Notifications
You must be signed in to change notification settings - Fork 11
/
Project.toml
38 lines (36 loc) · 1.19 KB
/
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
33
34
35
36
37
38
name = "Spectra"
uuid = "391af1a9-06f1-59d3-8d21-0be089654739"
author = "Charles Le Losq <[email protected]>"
version = "1.0.0"
[deps]
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LsqFit = "2fda8390-95c7-5789-9bda-21331edee243"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
PyCall = "1.91"
PyPlot = "2.8.1"
julia = "1.0"
Conda = "1.10.0"
Dierckx = "0.5.3"
Distributions = "v0.25.106"
IJulia = "1.24.2"
Ipopt = "1.6.0"
JuMP = "1.18.1"
LsqFit = "0.15.0"
Optim = "1.7.8"
Polynomials = "4.0.6"
StatsBase = "0.34.2"