-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
30 lines (27 loc) · 927 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
name = "RobertoMD"
uuid = "1a988cff-0a4b-480a-bbee-48812da881ba"
authors = ["zwu <[email protected]>"]
version = "0.1.0"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RoundingIntegers = "d5f540fe-1c90-5db3-b776-2e2f362d9394"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
Distributions = "0.25.37"
Formatting = "0.4.2"
JSON = "0.21.2"
MPI = "0.19.2"
ProgressMeter = "1.7.1"
RoundingIntegers = "1.1.0"
StaticArrays = "1.3.0"
julia = "1.5"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"