-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathProject.toml
More file actions
63 lines (62 loc) · 2.14 KB
/
Copy pathProject.toml
File metadata and controls
63 lines (62 loc) · 2.14 KB
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
56
57
58
59
60
61
62
63
[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
BoundaryValueDiffEq = "764a87c0-6b3e-53db-9096-fe964310641d"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FNCFunctions = "ab0dfefa-d313-416d-841c-e73335ae36c8"
GraphRecipes = "bd48cda9-67a9-57be-86fa-5b3c104eda73"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
IncompleteLU = "40713840-3770-5561-ab4c-a76e7d0d7895"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
MatrixDepot = "b51810bb-c9f3-55da-ae3c-350fc1fbce05"
MatrixMarket = "4d4711f2-db25-561a-b6b3-d35e7d4047d3"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
OrdinaryDiffEqLowOrderRK = "1344f307-1e59-4825-a18e-ace9aa3fa4c6"
OrdinaryDiffEqRosenbrock = "43230ef6-c299-4910-a778-202eb28ce4ce"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
Preconditioners = "af69fa37-3177-5a40-98ee-561f696e4fcd"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990"
[compat]
Arpack = "0.5"
BenchmarkTools = "1.8"
BoundaryValueDiffEq = "5.23"
Colors = "0.13"
Dierckx = "0.5"
FFTW = "1.10"
FNCFunctions = "0.1"
GraphRecipes = "0.5"
HDF5 = "0.17"
IJulia = "1.34"
Images = "0.26"
IncompleteLU = "0.2"
IterativeSolvers = "0.9"
JLD2 = "0.6"
LaTeXStrings = "1.4"
LinearMaps = "3.11"
MAT = "0.12"
MatrixDepot = "1.1"
MatrixMarket = "0.5"
NLsolve = "4.5"
OrdinaryDiffEq = "7.0"
Plots = "1.41"
Polynomials = "4.1"
Preconditioners = "0.6"
PrettyTables = "3.3"
QuadGK = "2.11"
SpecialFunctions = "2.7"
TestImages = "1.9"
julia = "1.11"