11 lines
227 B
TOML
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)",
|
|
]
|