mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 18:17:44 +00:00
23 lines
457 B
Plaintext
23 lines
457 B
Plaintext
# Core dependencies
|
|
numpy>=1.19.0
|
|
|
|
# Optional dependencies (install with pip install -e ".[torch]")
|
|
# torch>=2.0.0
|
|
|
|
# Development dependencies (install with pip install -e ".[dev]")
|
|
# pytest>=6.0.0
|
|
# pytest-cov>=2.0.0
|
|
# black>=21.0
|
|
# flake8>=3.9.0
|
|
# mypy>=0.910
|
|
# isort>=5.0.0
|
|
|
|
# Visualization dependencies (install with pip install -e ".[viz]")
|
|
# matplotlib>=3.3.0
|
|
# seaborn>=0.11.0
|
|
|
|
# Documentation dependencies
|
|
# sphinx>=4.0.0
|
|
# sphinx-rtd-theme>=1.0.0
|
|
|