-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathProject.toml
52 lines (48 loc) · 1.77 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
name = "Mill"
uuid = "1d0525e4-8992-11e8-313c-e310e1f6ddea"
authors = ["Tomas Pevny <[email protected]>", "Simon Mandlik <[email protected]>"]
version = "2.12.0"
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
HierarchicalUtils = "f9ccea15-0695-44b9-8113-df7c26ae4fa9"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
OneHotArrays = "0b1bfda6-eb8a-41d2-88d8-f5af5cad476f"
PooledArrays = "2dfb63ee-cc39-5dd5-95bd-886bf059d720"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
Accessors = "0.1.36"
ChainRulesCore = "1.25"
Combinatorics = "1.0"
Compat = "4.16.0"
DataFrames = "1.6.1"
DataStructures = "0.18.15"
FiniteDifferences = "0.12.31"
Flux = "0.16"
HierarchicalUtils = "2.1.5"
MLUtils = "0.4.4"
MacroTools = "0.5.13"
OneHotArrays = "0.2.5"
PooledArrays = "1.4.2"
Preferences = "1.4.1"
SparseArrays = "1"
Statistics = "1"
julia = "1.10"
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[targets]
test = ["BenchmarkTools", "Documenter", "InteractiveUtils", "Random"]