# Trueno Benchmark Dependencies
# Used by UV to manage Python benchmark environment
# Usage: uv run --with numpy --with torch python_comparison.py
[]
= "trueno-benchmarks"
= "0.3.0"
= "Benchmark comparison suite for Trueno vs NumPy vs PyTorch"
= ">=3.9"
= [
"numpy>=1.24.0",
"torch>=2.0.0",
]