-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathProject.toml
More file actions
40 lines (38 loc) · 1.26 KB
/
Project.toml
File metadata and controls
40 lines (38 loc) · 1.26 KB
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
39
40
name = "CalibrateBeforeIT"
uuid = "05295df1-6f6a-4591-b1c3-a476c06dd2c5"
authors = ["Oliver Reiter <reiter@wiiw.ac.at>"]
version = "0.1.0"
[deps]
BeforeIT = "ca9fcad7-41d0-4f76-b1e5-366c28bce52e"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
DuckDB = "d2f5444f-75bc-4fdf-ac35-56f514c445e1"
DuckDB_jll = "2cbbab25-fc8b-58cf-88d4-687a02676033"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
QuackIO = "7b8617ff-c43a-4c37-a28b-ad5a1791f8ae"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
BeforeIT = "0.4.0"
CSV = "0.10.15"
DataFrames = "1.7.0"
Dates = ">= 1.10.0"
Downloads = "1.6.0"
DuckDB = "1.3.0"
DuckDB_jll = "1.3.0"
Interpolations = "0.16.1"
JLD2 = "0.4.54"
Plots = "1.40.17"
QuackIO = "0.1.5"
Revise = "3.8.0"
StatsBase = "0.34.5"
Tables = "1.12.0"
Test = ">= 1.10.0"