-
Notifications
You must be signed in to change notification settings - Fork 23
/
Project.toml
27 lines (25 loc) · 949 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
name = "Miletus"
uuid = "3ae66bd7-4256-56cd-8b87-f856965b5ccf"
authors = ["Simon Byrne <simon@juliacomputing.com>", "Avik Sengupta <avik@juliacomputing.com>"]
version = "1.2.1"
[deps]
BusinessDays = "4f18b42c-503e-5345-9536-bb0f25fc7038"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
[compat]
BusinessDays = "^0.9"
ForwardDiff = "^0.10"
Optim = "^1"
Reexport = "^1"
SpecialFunctions = "^1, 2"
StatsBase = "0.29,0.30,0.31,0.32,^0.33, 0.34"
StatsFuns = "^0.8,^0.9, 1"
julia = "^1.6"