-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
43 lines (39 loc) · 1.59 KB
/
Project.toml
File metadata and controls
43 lines (39 loc) · 1.59 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
41
42
43
name = "TSCSMethods"
uuid = "a8a44d30-a0ac-4b84-82a6-101be100d738"
keywords = ["causal-inference", "matching", "time-series", "cross-sectional", "statistics"]
license = "MIT"
authors = ["Eric Martin Feltham <[email protected]>"]
categories = ["Statistics", "Economics"]
description = "Matching methods for causal inference with time-series cross-sectional data"
homepage = "https://github.com/human-nature-lab/TSCSMethods.jl"
repository = "https://github.com/human-nature-lab/TSCSMethods.jl"
version = "2.0.1"
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataFramesMeta = "1313f7d8-7da2-5740-9ea0-a2ca25f37964"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FLoops = "cc61a311-1640-44b5-9fba-1b764f453329"
Fontconfig = "186bb1d3-e1f7-5a2c-a377-96d770f13627"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
BenchmarkTools = "1.6.0"
CSV = "0.10.15"
Documenter = "1.14.1"
JLD2 = "0.5.15"
julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]