forked from JuliaReinforcementLearning/TFRecord.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
28 lines (24 loc) · 787 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
name = "TFRecord"
uuid = "841416d8-1a6a-485a-b0fc-1328d0f53d5e"
authors = ["Jun Tian <[email protected]> and contributors"]
version = "0.3.0"
[deps]
BufferedStreams = "e1450e63-4bb3-523b-b2a4-4ffa8c0fd77d"
CRC32c = "8bf52ea8-c179-5cab-976a-9e18b702a9bc"
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProtoBuf = "3349acd9-ac6a-5e09-bcdb-63829b23a429"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
[compat]
BufferedStreams = "1.0"
CodecZlib = "0.7"
MacroTools = "0.5"
ProtoBuf = "0.10, 0.11"
TranscodingStreams = "0.9"
julia = "1.5"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]