Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Support for ONNX 1.5, Python 3.7 #78

Merged
merged 3 commits into from
May 3, 2019
Merged
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
5 changes: 5 additions & 0 deletions .azure-pipelines/linux-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions .azure-pipelines/win32-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ numpy
protobuf
keras
requests
onnx<=1.4.1
onnx
onnxconverter-common>=1.4.0