-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
33 lines (29 loc) · 945 Bytes
/
Project.toml
File metadata and controls
33 lines (29 loc) · 945 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
28
29
30
31
32
33
name = "MLInterpret"
uuid = "8be67bde-e6c3-11e9-38b8-61e71f321663"
authors = ["Yao Lu <luyaocns@gmail.com>"]
version = "0.1.4"
[deps]
BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
PandasLite = "f5117550-fbe7-11e9-2624-0f3969024220"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
PyCallUtils = "02651160-e6c3-11e9-0e2a-551f75d9519e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
BinDeps = "0.8, 1"
Combinatorics = "0.7, 1"
PandasLite = "0.1"
ProgressMeter = "1"
PyCall = "1.19"
PyCallUtils = "0.2"
StatsBase = "0.32, 0.33"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]