integrations/pyproject.toml
2026-03-24 14:07:30 +01:00

11 lines
233 B
TOML

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