-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrequirements.txt
More file actions
46 lines (41 loc) · 844 Bytes
/
requirements.txt
File metadata and controls
46 lines (41 loc) · 844 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
39
40
41
42
43
44
45
46
# Core ML Dependencies
torch>=2.0.0,<3.0.0
transformers>=4.31.0
datasets
accelerate
bitsandbytes>=0.39.0
# Quantum Computing
pennylane==0.30.0 # Main quantum framework
pennylane-lightning>=0.28.0 # Fast quantum simulator
qiskit==0.34.2
qiskit-aer>=0.11.0
qiskit-machine-learning>=0.5.0
numpy>=1.21.2
numpy<1.24
pytorch-quantum==0.5.0
# API and Web
fastapi==0.95.2 # Updated to support Pydantic 2.x
uvicorn==0.22.0 # Updated for compatibility
huggingface_hub
gradio
pydantic==2.4.2
flask==2.0.1
flask-cors==3.0.10
websockets==10.0
markdown==3.3.4
# Blockchain Integration
web3>=6.0.0
python-jose[cryptography]>=3.3.0 # For JWT handling
requests==2.26.0
# Training Tools
peft>=0.4.0
# Testing
pytest==7.3.1
pytest-cov==4.0.0
# Utilities
python-dotenv==0.19.0
scipy==1.10.1
pyyaml>=6.0
logging>=0.5.1.2
cryptography==40.0.2
pandas==1.3.3