mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-27 20:02:15 +00:00
Add packaging version constraint. (#21814)
### Description Newer `setuptools` requires newer version of `packaging`, due to function update. ### Motivation and Context Fixes #21792
This commit is contained in:
parent
ed232dc1ef
commit
30f07758a2
1 changed files with 1 additions and 0 deletions
|
|
@ -8,3 +8,4 @@ onnx==1.16.1
|
|||
protobuf==4.21.12
|
||||
sympy==1.12
|
||||
flatbuffers
|
||||
packaging>=22.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue