-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathProject.toml
31 lines (29 loc) · 1.05 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
name = "SolveDSGE"
uuid = "00bf1f32-23ad-54cc-bf6e-3216db8a43a2"
authors = ["Richard Dennis <richard.dennis@glasgow.ac.uk>"]
version = "0.5.8"
[deps]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ChebyshevApprox = "17a596ad-87cd-578c-9b6d-01108c31dc04"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GaussQuadrature = "d54b0c1a-921d-58e0-8e36-89d8069c0969"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
PiecewiseLinearApprox = "fcfa6960-8e2e-11e9-2cde-29dd09221fb3"
SmolyakApprox = "6b19cf85-48de-5d9d-bfff-465abea14fab"
HyperbolicCrossApprox = "db4fe9aa-a353-4142-ac3f-608941c5a4fc"
NLboxsolve = "57734975-34ee-4662-b82a-2ecfa01d03df"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Hungarian = "e91730f6-4275-51fb-a7a0-7064cfbd3b39"
[compat]
ChebyshevApprox = "^0.4"
SmolyakApprox = "^0.3"
PiecewiseLinearApprox = "^0.1"
ForwardDiff = "^0.10"
GaussQuadrature = "^0.5"
NLsolve = "^4.3"
julia = "^1.6"
HyperbolicCrossApprox = "^0.3"
NLboxsolve = "^0.4"
OrderedCollections = "^1.4"
Hungarian = "^0.7"