mirror of
https://github.com/bbenchoff/OrthoRoute.git
synced 2025-12-14 16:15:34 +00:00
21 lines
347 B
Plaintext
21 lines
347 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
|
|
|
|
# Development dependencies (optional)
|
|
pytest>=6.0.0
|
|
pytest-cov>=2.0.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 |