-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
37 lines (33 loc) · 1.06 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
name = "Isoplot"
uuid = "5adc30d5-9ddf-423c-bb15-ece697bec3ab"
authors = ["C. Brenhin Keller <[email protected]>"]
version = "0.3.8"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
NaNStatistics = "b946abbf-3ea7-4610-9019-9858bfdeaf2d"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[extensions]
MakieExt = "Makie"
PlotsExt = "Plots"
[compat]
Distributions = "0.25"
LogExpFunctions = "0.3.29"
LoopVectorization = "0.12"
Measurements = "2"
NaNStatistics = "0.6"
Plots = "1"
Reexport = "1.2.2"
Rotations = "1.7"
SpecialFunctions = "2"
StaticArrays = "1.9"
julia = "1.9"