Skip to content

Commit

Permalink
Use numpy 1.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlizarraga committed Jan 13, 2024
1 parent 5f9ecc7 commit 30bd97c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ parameters:

- name: NUMPY_VERSION
type: string
default: '1.25'
default: '1.25.2'

- name: ENV_SETUP_SCRIPT
type: string
Expand Down

0 comments on commit 30bd97c

Please sign in to comment.