-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
34 lines (32 loc) · 1.11 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
name = "GModelFit"
uuid = "ac42e6ba-c0bf-4fcf-827d-deea44b16255"
authors = ["Giorgio Calderone <giorgio.calderone@gmail.com>"]
version = "0.3.2"
[deps]
CMPFit = "a5944310-3432-5d93-8bb2-e3b5eb62a58f"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
GZip = "92fee26a-97fe-5a0c-ad85-20a5f3185b63"
Gnuplot = "dc211083-a33a-5b79-959f-2ff34033469d"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LsqFit = "2fda8390-95c7-5789-9bda-21331edee243"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
CMPFit = "0.3"
DataStructures = "0.18"
GZip = "0.5, 0.6"
Gnuplot = "1.6"
JSON = "0.21"
LsqFit = "0.13, 0.14, 0.15"
MacroTools = "0.5"
PrecompileTools = "^1.2"
PrettyTables = "2.3"
ProgressMeter = "1.10"
julia = "1.8"