Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/CodeQL Analysis.yml
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

1 change: 0 additions & 1 deletion .github/agent.md
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

2 changes: 1 addition & 1 deletion ai-projects/quantum-ml/production/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pytest==9.1.1
requests==2.34.2 # HTTP client for test_api.py

# === Type checking & linting ===
mypy==2.1.0
mypy==2.2.0

# === Build tools (optional for local development) ===
# pip-tools==6.14.0 # pip-compile for generating constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion ai-projects/quantum-ml/production/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ joblib==1.5.3

# === Deep learning / ML runtime ===
# NOTE: For CUDA-enabled servers, install the appropriate torch wheel for your CUDA version
torch==2.12.1
torch==2.13.0

# === Quantum ML ===
# Keep pennylane and pennylane-lightning versions compatible
Expand Down
2 changes: 1 addition & 1 deletion ai-projects/quantum-ml/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pennylane>=0.45.1,<1.0.0
## versions require sympy>=1.13.1 while pennylane-qiskit 0.39.x requires
## sympy<1.13. Install this adapter only in a dedicated environment when needed.
# pennylane-qiskit>=0.39.0,<0.40.0
torch>=2.12.0,<3.0.0
torch>=2.13.0,<3.0.0
numpy>=2.5.1,<3.0.0
scipy>=1.18.0,<2.0.0
qiskit-machine-learning==0.9.0 # Compatible with Qiskit 1.3.x and Azure Quantum's NumPy<2 constraint
Expand Down
Loading