mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
1. Now we use a released version of ONNX, so we can directly download a prebuilt package from pypi.org. We do not need to build one from source. 2. Update protobuf python package's version to match the C/C++ version we are using. 3. Update tensorboard python python because the current one is incompatible with the newer protobuf version.
13 lines
209 B
Text
13 lines
209 B
Text
cerberus
|
|
numpy==1.21.6 ; python_version < '3.11'
|
|
numpy==1.24.2 ; python_version >= '3.11'
|
|
mypy
|
|
pytest
|
|
setuptools>=68.2.2
|
|
wheel>=0.35.1
|
|
onnx==1.15.0
|
|
argparse
|
|
sympy==1.12
|
|
flatbuffers
|
|
protobuf==4.21.12
|
|
packaging
|