Skip to content

Commit

Permalink
Remove unused dev dependencies for cubecl-spirv
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielsimard committed Oct 28, 2024
1 parent f4c4b3b commit 929bcf4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crates/cubecl-spirv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,3 @@ rspirv = "0.12"

# Optimizer
cubecl-opt = { path = "../cubecl-opt", version = "0.3.0" }

[dev-dependencies]
cubecl-linalg = { path = "../cubecl-linalg", version = "0.3.0", features = [
"export_tests",
] }
cubecl-wgpu = { path = "../cubecl-wgpu", version = "0.3.0" }

0 comments on commit 929bcf4

Please sign in to comment.