-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathProject.toml
More file actions
50 lines (44 loc) · 1.41 KB
/
Copy pathProject.toml
File metadata and controls
50 lines (44 loc) · 1.41 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
name = "FHist"
uuid = "68837c9b-b678-4cd5-9925-8a54edc8f695"
authors = ["Moelf <proton[at]jling.dev>", "Nick Amin <amin.nj[at]gmail.com>"]
version = "0.11.19"
[deps]
BayesHistogram = "000d9b38-65fe-4c81-bdb9-69f01f102479"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
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"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
[extensions]
FHistHDF5Ext = "HDF5"
FHistMakieExt = "Makie"
FHistPlotsExt = ["RecipesBase", "Plots"]
[compat]
Aqua = "0.8"
BayesHistogram = "1.0.7"
CairoMakie = "0.15"
HDF5 = "0.16, 0.17"
LinearAlgebra = "1"
Makie = "0.24"
Measurements = "^2.7"
Plots = "1.40"
RecipesBase = "^1"
Statistics = "1"
StatsBase = "^0.33, 0.34"
Test = "1"
julia = "^1.10"
[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"
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
[targets]
test = ["Test", "HDF5", "Aqua", "CairoMakie"]
docs = ["Test", "HDF5", "CairoMakie", "Plots"]