-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathProject.toml
More file actions
27 lines (23 loc) · 819 Bytes
/
Project.toml
File metadata and controls
27 lines (23 loc) · 819 Bytes
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 = "MimiFUND"
uuid = "b3ba11de-429f-11e9-29f7-cb478ab96e7c"
version = "3.13.1-DEV"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Mimi = "e4e893b0-ee5e-52ea-8111-44b3bdec128c"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
DelimitedFiles = "1"
Distributions = "0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
Mimi = "1.3"
StatsBase = "0.30, 0.31, 0.32, 0.33, 0.34"
julia = "1.6"
[extras]
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "DataFrames", "CSVFiles", "Query"]