diff --git a/.github/CodeQL Analysis.yml b/.github/CodeQL Analysis.yml index 8b1378917..e69de29bb 100644 --- a/.github/CodeQL Analysis.yml +++ b/.github/CodeQL Analysis.yml @@ -1 +0,0 @@ - diff --git a/.github/agent.md b/.github/agent.md index 8b1378917..e69de29bb 100644 --- a/.github/agent.md +++ b/.github/agent.md @@ -1 +0,0 @@ - diff --git a/ai-projects/quantum-ml/production/dev-requirements.txt b/ai-projects/quantum-ml/production/dev-requirements.txt index 929c58f8a..1b2bfa285 100644 --- a/ai-projects/quantum-ml/production/dev-requirements.txt +++ b/ai-projects/quantum-ml/production/dev-requirements.txt @@ -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 diff --git a/ai-projects/quantum-ml/production/requirements.txt b/ai-projects/quantum-ml/production/requirements.txt index fbd43133e..705ff445c 100644 --- a/ai-projects/quantum-ml/production/requirements.txt +++ b/ai-projects/quantum-ml/production/requirements.txt @@ -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