45
requirements.txt
Archivo normal
45
requirements.txt
Archivo normal
@@ -0,0 +1,45 @@
|
||||
# HDH Deployment Example Requirements
|
||||
# Dependencies for the comprehensive HDH deployment demonstration
|
||||
|
||||
# Core HDH dependencies (from pyproject.toml)
|
||||
qiskit>=1.0
|
||||
networkx>=3.0
|
||||
matplotlib>=3.0
|
||||
metis==0.2a5
|
||||
|
||||
# Additional deployment dependencies
|
||||
numpy>=1.21.0
|
||||
scipy>=1.7.0
|
||||
pandas>=1.3.0
|
||||
|
||||
# Logging and configuration
|
||||
pyyaml>=6.0
|
||||
python-dotenv>=0.19.0
|
||||
|
||||
# CLI enhancements
|
||||
click>=8.0.0
|
||||
rich>=12.0.0
|
||||
tqdm>=4.64.0
|
||||
|
||||
# Testing and development
|
||||
pytest>=7.0.0
|
||||
pytest-cov>=4.0.0
|
||||
black>=22.0.0
|
||||
isort>=5.10.0
|
||||
flake8>=5.0.0
|
||||
|
||||
# Documentation
|
||||
sphinx>=5.0.0
|
||||
sphinx-rtd-theme>=1.0.0
|
||||
|
||||
# Performance monitoring
|
||||
psutil>=5.9.0
|
||||
memory-profiler>=0.60.0
|
||||
|
||||
# Data handling
|
||||
h5py>=3.7.0
|
||||
joblib>=1.2.0
|
||||
|
||||
# Jupyter support (optional)
|
||||
jupyter>=1.0.0
|
||||
ipykernel>=6.15.0
|
||||
Referencia en una nueva incidencia
Block a user