-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathProject.toml
30 lines (27 loc) · 1002 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
name = "SolveDSGE"
uuid = "00bf1f32-23ad-54cc-bf6e-3216db8a43a2"
authors = ["Richard Dennis <[email protected]>"]
version = "0.4.19"
[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"
ThreadPools = "b189fb0b-2eb5-4ed4-bc0c-d34c51242431"
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
HyperbolicCrossApprox = "db4fe9aa-a353-4142-ac3f-608941c5a4fc"
[compat]
ChebyshevApprox = "^0.1.10"
SmolyakApprox = "^0.1.4"
PiecewiseLinearApprox = "^0.1"
ForwardDiff = "^0.10"
GaussQuadrature = "^0.5"
NLsolve = "^4.3"
julia = "^1.3"
ThreadPools = "^2.0"
ThreadsX = "^0.1.7"
HyperbolicCrossApprox = "^0.1.2"