-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
38 lines (34 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
32
33
34
35
36
37
38
name = "MimiRFFSPs"
uuid = "2561df7e-f865-450a-9449-e82e8f8f9a2f"
version = "1.1.3-DEV"
[deps]
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Mimi = "e4e893b0-ee5e-52ea-8111-44b3bdec128c"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
Downloads = "1"
CSVFiles = "1.0.1"
Interpolations = "0.13, 0.14, 0.15"
Arrow = "2.3"
Query = "1"
Missings = "1"
IteratorInterfaceExtensions = "1"
Tables = "1.6"
Mimi = "1.3.6"
CategoricalArrays = "0.10"
julia = "1.6"
DataFrames = "1.2.2"
DataDeps = "0.7.7"
[targets]
test = ["Test"]