- Update all imports to use relative imports instead of cluster4npu_ui.* prefix - Remove export configuration functionality from dashboard menu - Remove performance analysis action from pipeline menu - Update dependencies in pyproject.toml to include NodeGraphQt and PyQt5 - Maintain clean import structure across all modules 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
213 B
TOML
11 lines
213 B
TOML
[project]
|
|
name = "cluster4npu"
|
|
version = "0.0.3"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9, <3.12"
|
|
dependencies = [
|
|
"nodegraphqt>=0.6.40",
|
|
"pyqt5>=5.15.11",
|
|
]
|