chase-rs/pyproject.toml
2026-03-09 10:42:31 +01:00

11 lines
227 B
TOML

[project]
name = "chase-rs"
version = "0.1.0"
description = "Python environment for the `chase-rs` project"
requires-python = ">=3.10,<4.0"
dependencies = [
"maturin[zig] (>=1.8.3,<2.0.0)",
"numpy (>=2.2.6,<3.0.0)",
]