-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
29 lines (26 loc) · 1.12 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
name = "ParallelExBenchmarks"
uuid = "f2e1060e-f690-4307-b832-e63975675d66"
authors = ["Utkarsh <[email protected]>"]
version = "0.1.0"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LSODA = "7f56f5a3-f504-529b-bc02-0b1fe5e64312"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
ODE = "c030b06c-0b6d-57c2-b091-7029874bd033"
ODEInterfaceDiffEq = "09606e27-ecf5-54fc-bb29-004bd9f985bf"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
ParameterizedFunctions = "65888b18-ceab-5e60-b2b9-181511a3b968"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SBML = "e5567a89-2604-4b09-9718-f5f78e97c3bb"
SciMLBenchmarks = "31c91b34-3c75-11e9-0341-95557aab0344"
SparsityDetection = "684fba80-ace3-11e9-3d08-3bc7ed6f96df"
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
[extras]
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "SafeTestsets"]