Skip to content

Commit

Permalink
fixing the build issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbingl committed Apr 9, 2020
1 parent 5f803a9 commit 2f18905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .azure-pipelines/linux-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ jobs:
vmImage: 'Ubuntu-16.04'
strategy:
matrix:
Python27-123-RT040:
python.version: '2.7'
ONNX_PATH: onnx==1.2.3
ONNXRT_PATH: onnxruntime==0.4.0
xgboost.version: ''
# Python35:
# python.version: '3.5'
Python36-141-RT050:
python.version: '3.6'
ONNX_PATH: onnx==1.4.1
Expand Down
4 changes: 2 additions & 2 deletions onnxmltools/convert/libsvm/_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# Licensed under the MIT License. See License.txt in the project root for
# license information.
# --------------------------------------------------------------------------

from onnxconverter_common.data_types import FloatTensorType
from ..common._container import LibSvmModelContainer
from ..common._topology import Topology, FloatTensorType
from ..common._topology import Topology


def _parse_libsvm_simple_model(scope, model, inputs):
Expand Down

0 comments on commit 2f18905

Please sign in to comment.