We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e94e94 commit bd6ca28Copy full SHA for bd6ca28
Cargo.toml
@@ -52,11 +52,11 @@ afserde = ["serde"]
52
libc = "0.2"
53
num = "0.4.0"
54
lazy_static = "1.0"
55
-half = "1.5.0"
+half = { version = "2.2.1" , features = ["num-traits"] }
56
serde = { version = "1.0", features = ["derive"], optional = true }
57
58
[dev-dependencies]
59
60
serde_json = "1.0"
61
bincode = "1.3"
62
mnist = {version="0.5.0", features = ["download"]}
0 commit comments