-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
25 lines (21 loc) · 785 Bytes
/
Project.toml
File metadata and controls
25 lines (21 loc) · 785 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
name = "F1Method"
uuid = "d5605bae-6d76-11e9-2fd7-71bcf42edbaa"
authors = ["Benoit Pasquier <[email protected]>"]
version = "0.5.1"
[deps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
[compat]
ForwardDiff = "0.10"
SciMLBase = "1"
julia = "1"
[extras]
AIBECS = "ace601d6-714c-11e9-04e5-89b7fad23838"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
WorldOceanAtlasTools = "04f20302-f1b9-11e8-29d9-7d841cb0a64a"
[targets]
test = ["Test", "AIBECS", "Unitful", "Distributions", "WorldOceanAtlasTools", "FiniteDiff"]