-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
40 lines (34 loc) · 1.08 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
name = "BoundaryValueProblems"
uuid = "4e0c136c-7fd7-450f-8fba-42b64cbda8b5"
authors = ["Vedant Puri <[email protected]> and contributors"]
version = "0.1.1"
[deps]
CalculustCore = "d7326954-f021-11ed-2a08-d10e464848f1"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
[weakdeps]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[extensions]
BoundaryValueProblemsPlotsExt = "Plots"
[compat]
CalculustCore = "0.4.1"
DocStringExtensions = "0.9"
LinearSolve = "1.42, 2.1.13"
Reexport = "1.2.2"
SciMLBase = "1"
SciMLOperators = "0.2.11, 0.3"
Requires = "1"
UnPack = "1"
Plots = "1"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[targets]
test = ["Test", "Plots"]