-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (28 loc) · 1.02 KB
/
Copy pathProject.toml
File metadata and controls
32 lines (28 loc) · 1.02 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
name = "GeometricIntegratorsDiffEq"
uuid = "5a33fad7-5ce4-5983-9f5d-5f26ceab5c96"
version = "1.3.1"
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
GeometricIntegrators = "dcce2d33-59f6-5b8d-9047-0defad88ae06"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SciMLLogging = "a6db7da4-7206-11f0-1eab-35f2a5dbe1d1"
[compat]
DiffEqBase = "6.62, 7"
ExplicitImports = "1.14.0"
GeometricIntegrators = "0.15.5, 0.16"
Reexport = "0.2, 1"
SafeTestsets = "0.0.1, 0.1"
SciMLBase = "2, 3"
SciMLLogging = "1.10.1, 2"
SciMLTesting = "1"
julia = "1.10"
[extras]
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
ODEProblemLibrary = "fdc4e326-1af4-4b90-96e7-779fcce2daa5"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["ExplicitImports", "ODEProblemLibrary", "SafeTestsets", "SciMLTesting", "Test"]