forked from merzbild/Merzbild.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
31 lines (29 loc) · 990 Bytes
/
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
name = "Merzbild"
uuid = "de01fcb4-c117-45a4-a951-7e39b0f12516"
authors = ["Georgii Oblapenko <[email protected]>", "Leo Basov <[email protected]>"]
version = "0.5.0"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
NetCDF = "30363a11-5582-574a-97bb-aa9a979735b9"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
XML = "72c71f33-b9b6-44de-8c94-c961784809e2"
[compat]
Distributions = "0.25.109"
LinearAlgebra = "1"
NCDatasets = "0.14.4"
NetCDF = "0.11.8"
Random = "1"
SpecialFunctions = "2.4"
StaticArrays = "1.9.5"
Statistics = "1.9"
TOML = "1"
TimerOutputs = "0.5.24"
XML = "0.3.3"
julia = "1.9"