-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
36 lines (32 loc) · 1 KB
/
Copy pathProject.toml
File metadata and controls
36 lines (32 loc) · 1 KB
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
name = "ThermoModels"
uuid = "80a84b34-a0d5-4e89-ac3d-665d9cebbf68"
authors = ["longemen3000 <longemen3000@gmail.com> and contributors"]
version = "0.1.0"
[deps]
BangBang = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLSolversBase = "d41bc354-129a-5804-8e4c-c37616107c6c"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
ThermoState = "e7b6519d-fdf7-4a33-b544-2b37a9c1234a"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
BangBang = "0.3"
DiffResults = "1.0"
ForwardDiff = "0.10"
NLSolversBase = "7.7"
Optim = "1.2"
Polynomials = "1.1"
Roots = "1.0"
StaticArrays = "0.12"
ThermoState = "0.4"
Unitful = "^1.5"
julia = "1.5"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]