chase-rs/pyproject.toml

11 lines
227 B
TOML
Raw Normal View History

2026-03-06 10:52:32 +00:00
[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)",
]