diff --git a/.azure-pipelines/linux-conda-CI.yml b/.azure-pipelines/linux-conda-CI.yml index bb47180c..489e5f45 100644 --- a/.azure-pipelines/linux-conda-CI.yml +++ b/.azure-pipelines/linux-conda-CI.yml @@ -23,6 +23,11 @@ jobs: python.version: '3.6' ONNX_PATH: onnx==1.4.1 KERAS: keras + + Python37: + python.version: '3.7' + ONNX_PATH: onnx==1.5.0 + KERAS: keras maxParallel: 3 diff --git a/.azure-pipelines/win32-conda-CI.yml b/.azure-pipelines/win32-conda-CI.yml index 91c0a333..73b35d53 100644 --- a/.azure-pipelines/win32-conda-CI.yml +++ b/.azure-pipelines/win32-conda-CI.yml @@ -23,6 +23,11 @@ jobs: python.version: '3.6' ONNX_PATH: onnx==1.4.1 KERAS: keras + + Python37: + python.version: '3.7' + ONNX_PATH: onnx==1.5.0 + KERAS: keras maxParallel: 3 diff --git a/requirements.txt b/requirements.txt index a1fbc19c..541352d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ numpy protobuf keras requests -onnx<=1.4.1 +onnx onnxconverter-common>=1.4.0