-
Notifications
You must be signed in to change notification settings - Fork 4
/
Project.toml
55 lines (51 loc) · 1.86 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
53
54
55
name = "MoM_Kernels"
uuid = "831fc53b-0fa6-4fbb-adc4-fa1e0b19763e"
authors = ["deltaeecs <1225385871@qq.com> and contributors"]
version = "0.1.0"
[deps]
FLoops = "cc61a311-1640-44b5-9fba-1b764f453329"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
FoldsThreads = "9c68100b-dfe1-47cf-94c8-95104e173443"
GSL = "92c85e6c-cbff-5e0c-80f7-495c94daaecd"
IncompleteLU = "40713840-3770-5561-ab4c-a76e7d0d7895"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LegendrePolynomials = "3db4a2ba-fc88-11e8-3e01-49c72059a882"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
MoM_Basics = "84796d1e-6a74-43fe-971c-cdafebd16eaa"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
[compat]
FLoops = "0.2 - 0.3"
FastGaussQuadrature = "1.0 - 1.6"
FoldsThreads = "0.1 - 0.2"
GSL = "1.0 - 1.2"
IncompleteLU = "0.2 - 0.3"
IterativeSolvers = "0.9"
JLD2 = "0.4 - 0.5"
LegendrePolynomials = "0.4 - 0.5"
LinearMaps = "3.1 - 3.20"
MoM_Basics = "0.0.8 - 0.9"
OffsetArrays = "1.1 - 1.30"
Primes = "0.5 - 0.6"
ProgressMeter = "1.5 - 1.10"
SpecialFunctions = "2.0 - 2.5"
StaticArrays = "1.5 - 2.6"
ThreadsX = "0.1 - 0.2"
UnicodePlots = "3"
julia = "1.8 - 1.20"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]