-
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathProject.toml
More file actions
44 lines (39 loc) · 1.48 KB
/
Copy pathProject.toml
File metadata and controls
44 lines (39 loc) · 1.48 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 = "DiffEqProblemLibrary"
uuid = "a077e3f3-b75c-5d7f-a0c6-6bc4c8ec64a9"
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
version = "5.2.0"
[deps]
BVProblemLibrary = "ded0fc24-dfea-4565-b1d9-79c027d14d84"
DAEProblemLibrary = "dfb8ca35-80a1-48ba-a605-84916a45b4f8"
DDEProblemLibrary = "f42792ee-6ffc-4e2a-ae83-8ee2f22de800"
JumpProblemLibrary = "faf0f6d7-8cee-47cb-b27c-1eb80cef534e"
NonlinearProblemLibrary = "b7050fa9-e91f-4b37-bcee-a89a063da141"
ODEProblemLibrary = "fdc4e326-1af4-4b90-96e7-779fcce2daa5"
SDEProblemLibrary = "c72e72a9-a271-4b2b-8966-303ed956772e"
[sources]
BVProblemLibrary = {path = "lib/BVProblemLibrary"}
DAEProblemLibrary = {path = "lib/DAEProblemLibrary"}
DDEProblemLibrary = {path = "lib/DDEProblemLibrary"}
JumpProblemLibrary = {path = "lib/JumpProblemLibrary"}
NonlinearProblemLibrary = {path = "lib/NonlinearProblemLibrary"}
ODEProblemLibrary = {path = "lib/ODEProblemLibrary"}
SDEProblemLibrary = {path = "lib/SDEProblemLibrary"}
[compat]
BVProblemLibrary = "0.1"
DAEProblemLibrary = "0.1"
DDEProblemLibrary = "0.1"
JumpProblemLibrary = "1, 2.0"
NonlinearProblemLibrary = "0.1"
ODEProblemLibrary = "1"
SafeTestsets = "0.1"
SciMLTesting = "1"
SDEProblemLibrary = "1"
Test = "1.10"
julia = "1.10"
[extras]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Pkg", "SafeTestsets", "SciMLTesting", "Test"]