-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
33 lines (29 loc) · 942 Bytes
/
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
name = "LiteHF"
uuid = "87f02e12-f6bc-4038-9bdd-797fa8455fab"
authors = ["Jerry Ling <[email protected]> and contributors"]
version = "0.1.0"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Unrolled = "9602ed7d-8fef-5bc8-8597-8f21381861e8"
[compat]
Distributions = "0.25"
ForwardDiff = "^0.10.30"
JSON3 = "1"
LogExpFunctions = "0.3"
Optim = "^1.7"
ReverseDiff = "^1.13"
SpecialFunctions = "2"
Unrolled = "0.1"
julia = "^1.6"
[extras]
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Optim"]