integrations/pyproject.toml

11 lines
233 B
TOML
Raw Normal View History

2026-03-24 09:50:06 +01:00
[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)",
]