Skip to content

Commit 77a9e06

Browse files
committed
chore: simplify Cargo.toml keywords for crates.io limit
Reduce keywords from 7 to 5 to comply with crates.io's limit. Removed "sparse" and "numpy" while retaining the most descriptive keywords for tensor operations, numerical computing, and GPU acceleration.
1 parent 2d6e430 commit 77a9e06

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,7 @@ description = "High-performance numerical computing with multi-backend GPU accel
77
license = "Apache-2.0"
88
repository = "https://github.com/ml-rust/numr"
99
documentation = "https://docs.rs/numr"
10-
keywords = [
11-
"tensor",
12-
"ndarray",
13-
"fft",
14-
"linear-algebra",
15-
"gpu",
16-
"sparse",
17-
"numpy",
18-
]
10+
keywords = ["tensor", "ndarray", "linear-algebra", "gpu", "fft"]
1911
categories = ["science", "mathematics", "data-structures"]
2012

2113
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)