-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
66 lines (63 loc) · 2.16 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
name = "CosinusPulseFits"
uuid = "de03abad-5a94-411c-b28e-21469b37abcc"
version = "0.1.0"
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
ArraysOfArrays = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018"
BAT = "c0cd4b16-88b7-57fa-983b-ab80aecada7e"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ChangesOfVariables = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0"
Cuba = "8a292aeb-7a57-582c-b821-06e4c11590b1"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DensityInterface = "b429d917-457f-4dbc-8f4c-0cc954292b1d"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"
IrrationalConstants = "92d709cd-6900-40b7-9082-c6be49f344b6"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MeasureBase = "fa1605e6-acd5-459c-a1e6-7e635759db14"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ValueShapes = "136a8f8c-c49b-4edb-8b98-f3d64d48be8f"
[sources]
BAT = {rev = "main", url = "https://github.com/bat/BAT.jl.git"}
[compat]
Accessors = "0.1.42"
ArraysOfArrays = "0.6.5"
BAT = "4.0.0"
BenchmarkTools = "1.6.0"
CSV = "0.10.15"
CUDA = "5.7.0"
ChangesOfVariables = "0.1.9"
Cuba = "2.3.0"
DataFrames = "1.7.0"
DensityInterface = "0.4.0"
Distributions = "0.25.118"
HDF5 = "0.17.2"
IntervalSets = "0.7.10"
InverseFunctions = "0.1.17"
IrrationalConstants = "0.2.4"
JLD2 = "0.5.11"
LinearAlgebra = "1"
MeasureBase = "0.14.12"
Optim = "1.11.0"
OrdinaryDiffEq = "6.92.0"
Plots = "1.40.10"
Random = "1"
StaticArrays = "1.9.13"
Statistics = "1"
StatsBase = "0.34.4"
Symbolics = "6.29.2"
Test = "1"
ValueShapes = "0.11.3"