-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements-core.txt
More file actions
28 lines (22 loc) · 840 Bytes
/
requirements-core.txt
File metadata and controls
28 lines (22 loc) · 840 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
# Core Requirements for Quantum Computing 101 (Minimal Install)
# Purpose: Minimal dependencies needed to run basic examples (Modules 1-4 only)
# Used by: Users who want lightweight installation without advanced features
# Note: Does not include ML frameworks, cloud SDKs, or Jupyter
# For full features, use requirements.txt instead
# Core quantum computing framework
# Note: Qiskit 2.x versioning starts at 1.0.0
qiskit>=1.0.0,<3.0.0
qiskit-aer>=0.14.0,<1.0.0
# Scientific computing and visualization
numpy>=1.26.0,<2.0.0
scipy>=1.12.0,<2.0.0
matplotlib>=3.8.0,<4.0.0
# Essential dependencies for circuit visualization
pylatexenc>=2.10
# For educational examples that use data
scikit-learn>=1.4.0
# Essential packages used in examples
cryptography>=41.0.0
yfinance>=0.2.18
# Optional but recommended for better plots
seaborn>=0.12.0