-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
35 lines (31 loc) · 920 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
name = "PianoHands"
uuid = "74435128-bd9d-4d82-978b-bd768beb391e"
authors = ["NeroBlackstone <[email protected]>"]
version = "0.3.0"
[deps]
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
LuxCUDA = "d0bbae9a-e099-4d5b-a835-1c6931763bda"
MIDI = "f57c4921-e30c-5f49-b073-3f2f2ada663e"
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]
[compat]
CodecZlib = "0.7"
IterTools = "1.10"
JLD2 = "0.5"
Lux = "1.1"
LuxCUDA = "0.3"
MIDI = "2.7"
MLUtils = "0.4"
Optimisers = "0.3"
Zygote = "0.6"
julia = "1"