-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
29 lines (25 loc) · 959 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
name = "MusicTransformer"
uuid = "0f5573e1-0924-4984-b57b-b82521c092bc"
authors = ["Vasanth <[email protected]> and contributors"]
version = "0.1.0"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
MIDI = "f57c4921-e30c-5f49-b073-3f2f2ada663e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
NoteSequences = "2f29771e-160e-464a-933c-2d32f3adf79a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Transformers = "21ca0261-441d-5938-ace7-c90938fde4d4"
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
[compat]
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]