-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathProject.toml
52 lines (50 loc) · 1.76 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
51
52
name = "NuclearToolkit"
uuid = "89bb3bae-bcec-43ae-87b7-9dd181dc6334"
authors = ["SotaYoshida <[email protected]> and contributors"]
version = "0.4.4"
[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
AssociatedLegendrePolynomials = "2119f1ac-fb78-50f5-8cc0-dda848ebdb19"
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FLoops = "cc61a311-1640-44b5-9fba-1b764f453329"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LatinHypercubeSampling = "a5e1c1ea-c99a-51d3-a14d-a9a37257b02d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MKL = "33e6dc65-8f57-5167-99aa-e5a354878fb2"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
Measures = "442fdcdd-2543-5da2-b0f3-8c86c306513e"
Parsers = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b"
[compat]
Arpack = "0.5"
AssociatedLegendrePolynomials = "1"
CodecZlib = "0.7"
Combinatorics = "1"
DocStringExtensions = "0.9"
FLoops = "0.2"
Glob = "1"
HDF5 = "0.16, 0.17"
LaTeXStrings = "1"
LatinHypercubeSampling = "1.8"
MKL = "0.6, 0.7"
MPI = "0.19, 0.20"
Measures = "0.3"
Parsers = "2.8"
Plots = "1"
SpecialFunctions = "2"
Statistics = "1"
StatsBase = "0.33, 0.34"
TimerOutputs = "0.5"
WignerSymbols = "2"
julia = "1.10"