-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
36 lines (34 loc) · 1.21 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
name = "ExplainMill"
uuid = "a2c437b0-bf6b-41a1-8a62-162a814afa99"
authors = ["Pevnak <[email protected]>, Simon Mandlik <[email protected]>"]
version = "0.0.1"
[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Duff = "3e2ffa6a-ba38-11e8-0a1c-7b69309e1c72"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
HierarchicalUtils = "f9ccea15-0695-44b9-8113-df7c26ae4fa9"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JsonGrinder = "d201646e-a9c0-11e8-1063-23b139159713"
Mill = "1d0525e4-8992-11e8-313c-e310e1f6ddea"
OneHotArrays = "0b1bfda6-eb8a-41d2-88d8-f5af5cad476f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
ChainRulesCore = "1"
Clustering = "0.13, 0.14, 0.15"
DataStructures = "0.17, 0.18"
Distances = "0.8, 0.9, 0.10"
Duff = "0.5, 0.6"
Flux = "0.13, 0.14, 0.15, 0.16"
HierarchicalUtils = "2"
JSON = "0.21"
JsonGrinder = "^2"
Mill = "^2"
Setfield = "1"
StatsBase = "0.33, 0.34"
julia = "^1"