Remove the unecessary features.

This commit is contained in:
laurent
2023-06-24 18:15:44 +01:00
parent a7f80e258f
commit 96c098b6cd

View File

@ -21,7 +21,7 @@ thiserror = "1"
cudarc = { version = "0.9.9", optional = true }
candle-kernels = { path = "kernels", optional = true }
gemm = "0.15.4"
zip = "0.6.6"
zip = { version = "0.6.6", default-features=false }
[dev-dependencies]
anyhow = "1"