cluster4npu/pyproject.toml
Masonmason 0ae1f1c0e2 Add comprehensive inference pipeline system with UI framework
- Add InferencePipeline: Multi-stage inference orchestrator with thread-safe queue management
- Add Multidongle: Hardware abstraction layer for Kneron NPU devices
- Add comprehensive UI framework with node-based pipeline editor
- Add performance estimation and monitoring capabilities
- Add extensive documentation and examples
- Update project structure and dependencies

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-04 23:33:16 +08:00

14 lines
285 B
TOML

[project]
name = "cluster4npu"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = "<=3.12"
dependencies = [
"nodegraphqt>=0.6.38",
"numpy>=2.2.6",
"odengraphqt>=0.7.4",
"opencv-python>=4.11.0.86",
"pyqt5>=5.15.11",
]