remove unused six in code and CIs (#10832)

This commit is contained in:
Chun-Wei Chen 2022-03-10 18:38:44 -05:00 committed by GitHub
parent f87a06cd96
commit 5202efd11e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -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'

View file

@ -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'

View file

@ -7,4 +7,3 @@ git+http://github.com/onnx/onnx.git@be76ca7148396176784ba8733133b9fb1186ea0d#egg
protobuf
sympy==1.1.1
flatbuffers
six