You've already forked OrthoRoute
mirror of
https://github.com/bbenchoff/OrthoRoute.git
synced 2026-09-13 03:20:06 +00:00
Integrate KiCad plugin fixes, board viewer and keepout support, optimization tooling, and regression coverage while preserving the verified KiCad 10 plugin packaging.
24 lines
464 B
Plaintext
24 lines
464 B
Plaintext
# Core dependencies
|
|
numpy>=1.20.0
|
|
psutil>=5.8.0
|
|
kicad-python>=0.5.0
|
|
|
|
# GUI dependencies (optional)
|
|
PyQt6>=6.0.0
|
|
|
|
# GPU acceleration (optional)
|
|
cupy>=10.0.0; platform_system != "Darwin"
|
|
mlx>=0.32.0; platform_system == "Darwin" and platform_machine == "arm64"
|
|
|
|
# Development dependencies (optional)
|
|
pytest>=6.0.0
|
|
pytest-cov>=2.0.0
|
|
scipy>=1.10.0
|
|
black>=21.0.0
|
|
flake8>=3.8.0
|
|
mypy>=0.800
|
|
|
|
# Documentation dependencies (optional)
|
|
sphinx>=4.0.0
|
|
sphinx-rtd-theme>=0.5.0
|