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