Skip to content

Commit 3f99165

Browse files
committed
cleanup
1 parent 06c4128 commit 3f99165

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ numpy = "0.25.0"
1414
wide = "0.7.33"
1515
rayon = "1.10.0"
1616

17-
1817
[profile.release]
1918
opt-level = 3
2019
lto = "fat"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "arrayredox"
7-
description = "Array utilities for StaticFrame"
7+
description = "Array utilities"
88
requires-python = ">=3.10"
99
readme = { file = "README.md", content-type = "text/x-md" }
1010
license = { text = "MIT" }

0 commit comments

Comments
 (0)