-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathProject.toml
50 lines (44 loc) · 1.42 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
name = "FHist"
uuid = "68837c9b-b678-4cd5-9925-8a54edc8f695"
authors = ["Moelf <proton[at]jling.dev>", "Nick Amin <amin.nj[at]gmail.com>"]
version = "0.11.8"
[deps]
BayesHistogram = "000d9b38-65fe-4c81-bdb9-69f01f102479"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MakieCore = "20f20a25-4f0e-4fdf-b5d1-57303727442b"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[weakdeps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[extensions]
FHistHDF5Ext = "HDF5"
FHistMakieExt = "Makie"
FHistPlotsExt = "Plots"
[compat]
BayesHistogram = "1.0.7"
CairoMakie = "0.12, 0.13"
HDF5 = "0.16, 0.17"
LinearAlgebra = "1"
Makie = "0.19, ^0.20.1, 0.21, 0.22"
MakieCore = "0.6, 0.7, 0.8, 0.9"
Measurements = "^2.7"
Plots = "1"
RecipesBase = "^1"
Requires = "^1.3"
Statistics = "1"
StatsBase = "^0.33, 0.34"
julia = "^1.7"
[extras]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "HDF5"]