forked from ClapeyronThermo/Clapeyron.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
48 lines (44 loc) · 1.56 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
name = "Clapeyron"
uuid = "7c7805af-46cc-48c9-995b-ed0ed2dc909a"
authors = ["Hon Wa Yew <[email protected]>", "Pierre Walker <[email protected]>", "Andrés Riedemann <[email protected]>"]
version = "0.3.1"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
Metaheuristics = "bcdb8e00-2c21-11e9-3065-2b553b22f898"
NLSolvers = "337daf1e-9722-11e9-073e-8b9effe078ba"
PackedVectorsOfVectors = "7713531c-48ef-4bdd-9821-9ff7a8736089"
PositiveFactorizations = "85a6dd25-e78a-55b7-8502-1745935b8125"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
ThermoState = "e7b6519d-fdf7-4a33-b544-2b37a9c1234a"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
CSV = "0.9,0.10"
DiffResults = "^1.0"
FillArrays = "^0.12"
ForwardDiff = "^0.10"
LogExpFunctions = "^0.2,^0.3"
Metaheuristics = "3"
NLSolvers = "0.1.0"
PackedVectorsOfVectors = "^0.1.2"
PositiveFactorizations = "0.2"
Roots = "^1"
Scratch = "^1.1"
StaticArrays = "^1"
Tables = "^1.4"
ThermoState = "^0.4"
Unitful = "^1.5"
julia = "^1.5"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]