-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
36 lines (32 loc) · 1021 Bytes
/
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 = "TaijaData"
uuid = "9d524318-b4e6-4a65-86d2-b2b72d07866c"
authors = ["Patrick Altmeyer"]
version = "1.0.0"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CounterfactualExplanations = "2f13d31b-18db-44c1-bc43-ebaf2cff0be0"
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
MLDatasets = "eb30cadb-4394-5ae3-aed4-317e484a6458"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
MLJModels = "d491faf4-2d78-11e9-2867-c94bc002c0b7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
CSV = "0.10"
CounterfactualExplanations = "0.1, 1"
DataAPI = "1"
DataFrames = "1"
Flux = "0.12, 0.13, 0.14"
LazyArtifacts = "1"
MLDatasets = "0.7"
MLJBase = "0.21, 1"
MLJModels = "0.16"
StatsBase = "0.33, 0.34"
julia = "1.6, 1.7, 1.8, 1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]