-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathProject.toml
More file actions
53 lines (51 loc) · 1.73 KB
/
Project.toml
File metadata and controls
53 lines (51 loc) · 1.73 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name = "Spectra"
uuid = "391af1a9-06f1-59d3-8d21-0be089654739"
author = "Charles Le Losq <lelosq@ipgp.fr>"
version = "2.1.1"
[deps]
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LsqFit = "2fda8390-95c7-5789-9bda-21331edee243"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Peaks = "18e31ff7-3703-566c-8e60-38913d67486b"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RegularizationTools = "29dad682-9a27-4bc3-9c72-016788665182"
SavitzkyGolay = "c4bf5708-b6a6-4fbe-bcd0-6850ed671584"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
CondaPkg = "0.2.3"
DSP = "0.8.3"
DataInterpolations = "8.0.0"
Dierckx = "0.5.3"
Distributions = "v0.25.106"
ForwardDiff = "0.10.38"
LinearAlgebra = "1.10.0"
LsqFit = "0.15.0"
Measurements = "2.12.0"
Optim = "1.7.8"
Peaks = "0.5.3"
Plots = "1.40.11"
Polynomials = "4.0.6"
PythonCall = "0.9.31"
Random = "1.10.0"
RegularizationTools = "0.6.0"
SavitzkyGolay = "0.9.1"
SparseArrays = "1.10.0"
SpecialFunctions = "2.5.0"
Statistics = "1.10.0"
StatsBase = "0.34.4"
Test = "1.11.0"
julia = "1.10.0"