-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathProject.toml
More file actions
44 lines (40 loc) · 1.46 KB
/
Copy pathProject.toml
File metadata and controls
44 lines (40 loc) · 1.46 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
name = "PDESystemLibrary"
uuid = "d14f9848-fe58-4297-bd22-c1aba6f3000d"
authors = ["Alex Jones (xtalax) <alex.jones@xisoft.co.uk> and contributors"]
version = "0.1.4"
[deps]
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
OrdinaryDiffEqSDIRK = "2d112036-d095-4a1e-ab9a-08536f3ecdbf"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
[compat]
DomainSets = "0.6, 0.7"
Interpolations = "0.14, 0.15, 0.16"
Lux = "1"
Markdown = "1"
MethodOfLines = "0.11.12, 0.12"
ModelingToolkit = "9.7.1, 10, 11.27"
NonlinearSolve = "4.12"
OptimizationOptimJL = "0.3, 0.4"
OrdinaryDiffEq = "6.80.0, 7"
OrdinaryDiffEqSDIRK = "1.7, 2"
Random = "1"
SafeTestsets = "0.1"
SciMLBase = "2.69.0, 3.1"
SciMLTesting = "1"
Test = "1"
julia = "1.10"
[extras]
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
MethodOfLines = "94925ecb-adb7-4558-8ed8-f975c56a0bf4"
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "MethodOfLines", "Lux", "NonlinearSolve", "OptimizationOptimJL", "SafeTestsets", "SciMLTesting"]