-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
49 lines (41 loc) · 2.18 KB
/
Copy pathrequirements.txt
File metadata and controls
49 lines (41 loc) · 2.18 KB
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
39
40
41
42
43
44
45
46
47
48
49
# ── Core ──────────────────────────────────────────────────────────
python-dotenv>=1.0.0
pydantic>=2.0.0
# ── Ingestion & Telemetry ─────────────────────────────────────────
opentelemetry-api>=1.24.0
opentelemetry-sdk>=1.24.0
opentelemetry-exporter-otlp-proto-grpc>=1.24.0
opentelemetry-proto>=1.24.0
grpcio>=1.62.0
# ── Detection Rules ───────────────────────────────────────────────
pySigma>=0.11.0
pySigma-backend-splunk>=0.3.0
pySigma-backend-microsoft365defender>=0.3.0
PyYAML>=6.0.1
# ── LLM / Classical AI ───────────────────────────────────────────
ollama>=0.2.0
httpx>=0.27.0
# ── Quantum ───────────────────────────────────────────────────────
cudaq>=0.7.0 # CUDA-Q — GPU-accelerated quantum simulation
# qiskit>=1.0.0 # Optional: portable circuit fallback
# ── Data Store ───────────────────────────────────────────────────
duckdb>=0.10.0
# ── UI ────────────────────────────────────────────────────────────
streamlit>=1.35.0
plotly>=5.22.0
pandas>=2.2.0
# ── Utilities ─────────────────────────────────────────────────────
rich>=13.7.0
uuid6>=2024.1.12
pytz>=2024.1
numpy>=1.26.0
bcrypt>=4.0.0
torch
pymatching
safetensors
stim
# ── Ising QEC (surface-code error correction) ──────────────────────────────
torch>=2.0.0
safetensors>=0.4.0
pymatching>=2.0.0
stim>=1.13.0