-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
27 lines (23 loc) · 781 Bytes
/
Project.toml
File metadata and controls
27 lines (23 loc) · 781 Bytes
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
name = "NonlinearSystems"
uuid = "deb0877a-d74a-4aeb-b6ac-c17f6fb4122e"
authors = ["Junyuan Chen <[email protected]>"]
version = "0.1.4"
[deps]
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
FastLapackInterface = "29a986be-02c6-4525-aec4-84b980013641"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLSolversBase = "d41bc354-129a-5804-8e4c-c37616107c6c"
PositiveFactorizations = "85a6dd25-e78a-55b7-8502-1745935b8125"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
[compat]
CommonSolve = "0.2"
FastLapackInterface = "1.2, 2"
NLSolversBase = "7.6"
PositiveFactorizations = "0.2.4"
PrecompileTools = "1"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]