-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
45 lines (39 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
name = "EntropyScaling"
uuid = "36a13073-9e6e-4b19-b12b-cb530e79ee8e"
authors = ["Sebastian Schmitt"]
version = "0.3.2"
[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[weakdeps]
Clapeyron = "7c7805af-46cc-48c9-995b-ed0ed2dc909a"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[extensions]
ClapeyronExt = "Clapeyron"
UnitfulExt = "Unitful"
[compat]
Clapeyron = "0.6"
DelimitedFiles = "1.9.1"
FillArrays = "1"
ForwardDiff = "0.10, 1"
LogExpFunctions = "0.3"
Optimization = "4.0.5"
RecipesBase = "1.3.4"
SimpleNonlinearSolve = "2.0.0"
StatsBase = "0.34"
Unitful = "1.22"
julia = "1.10"
[extras]
Clapeyron = "7c7805af-46cc-48c9-995b-ed0ed2dc909a"
CoolProp = "e084ae63-2819-5025-826e-f8e611a84251"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[targets]
test = ["Test", "Clapeyron", "DelimitedFiles", "CoolProp", "Unitful"]