-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
34 lines (30 loc) · 1.02 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
name = "CannotWaitForTheseOptimisers"
uuid = "16124dda-d9fe-413b-a880-e3f4df3aa341"
authors = ["murrellb <murrellb@gmail.com> and contributors"]
version = "0.1.0"
[deps]
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[compat]
ChainRulesCore = "1"
Functors = "0.5"
LinearAlgebra = "1"
Optimisers = "0.4"
Random = "1"
StaticArrays = "1"
Statistics = "1"
Test = "1"
Zygote = "0.6"
julia = "1.10"
[extras]
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[targets]
test = ["Test", "ChainRulesCore", "Functors", "LinearAlgebra", "Optimisers", "StaticArrays", "Statistics", "Zygote"]