-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
46 lines (40 loc) · 1.3 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
name = "Langmuir"
uuid = "c62cc850-d7ca-4cc1-a95b-48008b40dc90"
authors = ["Andrés Riedemann <[email protected]>", "Vinicius Santana <[email protected]>"]
version = "0.1.1"
[deps]
BlackBoxOptim = "a134a8b2-14d6-55f6-9291-3336d3ab0209"
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Integrals = "de52edbc-65ea-441a-8357-d3a637375a31"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
NLSolvers = "337daf1e-9722-11e9-073e-8b9effe078ba"
PolyLog = "85e3b03c-9856-11eb-0374-4dc1f8670e7f"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
TableOperations = "ab02a1b2-a7df-11e8-156e-fb1833f50b87"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
BlackBoxOptim = "^0.6.2"
CommonSolve = "0.2.4"
DynamicQuantities = "1"
ForwardDiff = "^0.10"
Integrals = "4"
LinearAlgebra = "1"
LogExpFunctions = "^0.3.24"
NLSolvers = "0.5"
PolyLog = "^2.5.0"
Roots = "2.1"
StaticArrays = "1"
TableOperations = "1"
Tables = "^1.8"
julia = "1.9"
[weakdeps]
DynamicQuantities = "06fc5a27-2a28-4c7c-a15d-362465fb6821"
[extensions]
LangmuirDynamicQuantitiesExt = "DynamicQuantities"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]