diff --git a/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml b/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml index 7ddf6b4518cf5..c8e55016b3d36 100644 --- a/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml +++ b/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml @@ -458,4 +458,4 @@ stages: MACHINE_POOL: 'onnxruntime-qnn-windows-vs-2022-arm64' QNN_SDK: 'qnn-v2.17.0.231124_win' PYTHON_VERSION: '3.11' - NUMPY_VERSION: '1.25' + NUMPY_VERSION: '1.25.2' diff --git a/tools/ci_build/github/azure-pipelines/templates/py-win-arm64-qnn.yml b/tools/ci_build/github/azure-pipelines/templates/py-win-arm64-qnn.yml index 2cd6ee1e6f031..ce025bc5f0837 100644 --- a/tools/ci_build/github/azure-pipelines/templates/py-win-arm64-qnn.yml +++ b/tools/ci_build/github/azure-pipelines/templates/py-win-arm64-qnn.yml @@ -15,7 +15,7 @@ parameters: - name: NUMPY_VERSION type: string - default: '1.25' + default: '1.25.2' - name: ENV_SETUP_SCRIPT type: string