-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
38 lines (30 loc) · 812 Bytes
/
requirements-dev.txt
File metadata and controls
38 lines (30 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Development Requirements for Quantum Computing 101 Contributors
# Purpose: Testing, linting, documentation, and development tools
# Used by: Contributors, CI/CD testing pipelines, documentation builds
# Extends: requirements.txt (includes all runtime dependencies)
# Note: Not needed for running examples, only for development work
-r requirements.txt
# Testing framework
pytest>=7.4.0
# Code quality and linting tools
pylint>=2.17.0
black>=23.0.0
mypy>=1.5.0
flake8>=6.0.0
isort>=5.12.0
# Additional testing tools
pytest-cov>=4.1.0
pytest-xdist>=3.3.0
# Documentation
sphinx>=7.1.0
sphinx-rtd-theme>=1.3.0
nbsphinx>=0.9.0
# Performance profiling
line-profiler>=4.1.0
memory-profiler>=0.61.0
# Notebook tools
nbformat>=5.9.0
nbconvert>=7.7.0
# Additional visualization
plotly>=5.16.0
seaborn>=0.12.0