-
Notifications
You must be signed in to change notification settings - Fork 4
/
Project.toml
38 lines (34 loc) · 1.04 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 = "SynthControl"
uuid = "a73a6d50-3b99-11e9-2e1c-6f5007f3555d"
authors = ["Nils <[email protected]>"]
version = "0.4.4"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TreatmentPanels = "7885c543-3ac4-48a3-abed-7a36d7ddb69f"
[compat]
CSV = "0.9, 0.10"
DataFrames = "1"
GLM = "1"
HiGHS = "1"
JuMP = "1"
PrecompileTools = "1"
RecipesBase = "1"
Reexport = "1"
StatsBase = "0.34"
TreatmentPanels = "0.3, 0.4"
julia = "1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]