File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838 python -m pip install $(ONNX_PATH)
3939 python -m pip install tensorflow-cpu==1.15.0
4040 python -m pip install tf2onnx
41- python -m pip install git+https://github.com/microsoft/onnxconverter-common
42- python -m pip install git+https://github.com/onnx/keras-onnx
41+ python -m pip install git+https://github.com/microsoft/onnxconverter-common@r1.7
42+ python -m pip install git+https://github.com/onnx/keras-onnx@r1.7
4343 python -m pip install -r requirements.txt
4444 python -m pip install -r requirements-dev.txt
4545 python -m pip install $(ORT_PATH)
Original file line number Diff line number Diff line change 3939 pip install %COREML_PATH% %ONNX_PATH%
4040 python -m pip install tensorflow-cpu==1.15.0
4141 python -m pip install tf2onnx
42- python -m pip install git+https://github.com/microsoft/onnxconverter-common
43- python -m pip install git+https://github.com/onnx/keras-onnx
42+ python -m pip install git+https://github.com/microsoft/onnxconverter-common@@r1.7
43+ python -m pip install git+https://github.com/onnx/keras-onnx@@r1.7
4444 echo Test onnxconverter-common installation... && python -c "import onnxconverter_common"
4545 pip install -r requirements.txt
4646 pip install -r requirements-dev.txt
You can’t perform that action at this time.
0 commit comments