We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c4128 commit 3f99165Copy full SHA for 3f99165
Cargo.toml
@@ -14,7 +14,6 @@ numpy = "0.25.0"
14
wide = "0.7.33"
15
rayon = "1.10.0"
16
17
-
18
[profile.release]
19
opt-level = 3
20
lto = "fat"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "maturin"
4
5
[project]
6
name = "arrayredox"
7
-description = "Array utilities for StaticFrame"
+description = "Array utilities"
8
requires-python = ">=3.10"
9
readme = { file = "README.md", content-type = "text/x-md" }
10
license = { text = "MIT" }
0 commit comments