forked from narijauskas/PRONTO.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
50 lines (46 loc) · 1.62 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
41
42
43
44
45
46
47
48
49
50
name = "PRONTO"
uuid = "97df7862-8962-462b-83f4-d1fea1a8c26c"
authors = ["Mantas Naris <[email protected]>", "Jay Shao"]
version = "1.0.0"
[deps]
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
MatrixEquations = "99c1a7ee-ab34-5fd5-8076-27c950a045f4"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
ThreadTools = "dbf13d8f-d36e-4350-8970-f3a99faba1a8"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
[compat]
Crayons = "4"
DiffEqCallbacks = "2"
FastClosures = "0.3"
FunctionWrappers = "1"
Interpolations = "0.14"
MacroTools = "0.5"
MatrixEquations = "2"
OrdinaryDiffEq = "6"
SciMLBase = "1"
StaticArrays = "1"
Statistics = "1"
SymbolicUtils = "1, 0.19"
Symbolics = "5, 4.6"
ThreadTools = "0.2"
UnicodePlots = "3"
julia = "1.8"
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "SafeTestsets", "BenchmarkTools"]