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:
mindest 2024-09-05 07:57:04 +08:00 committed by GitHub
parent ed232dc1ef
commit 30f07758a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,3 +8,4 @@ onnx==1.16.1
protobuf==4.21.12
sympy==1.12
flatbuffers
packaging>=22.0