mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-05 04:17:53 +00:00
remove unused six in code and CIs (#10832)
This commit is contained in:
parent
f87a06cd96
commit
5202efd11e
4 changed files with 2 additions and 4 deletions
|
|
@ -12,7 +12,6 @@ import onnx
|
|||
import onnxruntime
|
||||
from onnx import helper, TensorProto, ModelProto
|
||||
from onnx import onnx_pb as onnx_proto
|
||||
from six import string_types
|
||||
from enum import Enum
|
||||
|
||||
from .quant_utils import QuantType, smooth_distribution, apply_plot
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ jobs:
|
|||
displayName: 'API Documentation Check and generate'
|
||||
|
||||
- script: |
|
||||
python -m pip install -q setuptools wheel numpy six
|
||||
python -m pip install -q setuptools wheel numpy
|
||||
workingDirectory: '$(Build.BinariesDirectory)'
|
||||
displayName: 'Install python modules'
|
||||
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ jobs:
|
|||
displayName: 'API Documentation Check and generate'
|
||||
|
||||
- script: |
|
||||
python -m pip install -q setuptools wheel numpy six
|
||||
python -m pip install -q setuptools wheel numpy
|
||||
workingDirectory: '$(Build.BinariesDirectory)'
|
||||
displayName: 'Install python modules'
|
||||
|
||||
|
|
|
|||
|
|
@ -7,4 +7,3 @@ git+http://github.com/onnx/onnx.git@be76ca7148396176784ba8733133b9fb1186ea0d#egg
|
|||
protobuf
|
||||
sympy==1.1.1
|
||||
flatbuffers
|
||||
six
|
||||
|
|
|
|||
Loading…
Reference in a new issue