Skip to content

Commit 1831e7d

Browse files
author
birchkwok
committed
Remove Windows-specific BLAS backend configuration to use ndarray's matrixmultiply fallback
1 parent b7fa439 commit 1831e7d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ blas-src = { version = "0.10", features = ["openblas"] }
4444
libc = "0.2"
4545
io-uring = { version = "0.6", optional = true }
4646

47-
[target.'cfg(target_os = "windows")'.dependencies]
48-
blas-src = { version = "0.10", features = ["openblas"] }
47+
# Windows: No blas-src - ndarray uses matrixmultiply fallback
4948

5049

5150
[build-dependencies]

0 commit comments

Comments
 (0)