-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
52 lines (48 loc) · 1.76 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
49
50
51
52
name = "HydroModelTools"
uuid = "31f4d4b3-d71d-422d-8932-b4ab24c6e7e3"
authors = ["jingx <50790703+chooron@users.noreply.github.com>"]
version = "0.1.0"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
OptimizationBBO = "3e6eede4-6085-4f62-9a71-46d9bc1eb92b"
OptimizationOptimisers = "42dfb2eb-d2b4-4451-abcd-913932933ac1"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLSensitivity = "1ed8b502-d754-442c-8d5d-10ac956f44a1"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
[compat]
CSV = "0.10"
ComponentArrays = "0.15"
DataFrames = "1"
Dates = "1"
IterTools = "1"
NamedTupleTools = "0.14"
Optimization = "4"
OptimizationBBO = "0.4"
OptimizationOptimisers = "0.3"
OrdinaryDiffEq = "6"
ProgressMeter = "1"
Reexport = "1"
SciMLSensitivity = "7"
Statistics = "1"
TOML = "1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
HydroModels = "7e3cde01-c141-467b-bff6-5350a0af19fc"
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Aqua", "CSV", "Statistics", "StableRNGs", "HydroModels", "DataInterpolations", "Lux"]