forked from Pooksoft/PooksoftAssetModelingKit.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
35 lines (33 loc) · 1.19 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
name = "PooksoftAssetModelingKit"
uuid = "30c3b604-477b-4a1f-9f80-c60d6f60ac5b"
authors = ["Jeffrey Varner <[email protected]>"]
version = "0.1.0"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DiffEqFinancial = "5a0ffddc-d203-54b0-88ba-2c03c0fc2e67"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
PooksoftBase = "17dff602-ea15-4a83-a4cd-e8c4e335a075"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
CSV = "^0.8.2"
DataFrames = "^0.22.2"
DiffEqFinancial = "^2.4.0"
DifferentialEquations = "^6.15.0"
Distributions = "<0.24.8"
Documenter = "^0.26.1"
Interpolations = "^0.13.1"
KernelDensity = "^0.6.2"
PooksoftBase = "1.0.0"
Query = "^1.0.0"
Reexport = "^0.2.0"
julia = "~1.5"