mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-27 20:02:15 +00:00
### Description Adding python3.12 support to ORT ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
9 lines
No EOL
248 B
Text
9 lines
No EOL
248 B
Text
# packages used by transformers python unittest (only enabled in Linux CPU CI Pipeline)
|
|
packaging
|
|
protobuf==3.20.2
|
|
numpy==1.24.0 ; python_version < '3.12'
|
|
numpy==1.26.0 ; python_version >= '3.12'
|
|
coloredlogs==15.0
|
|
transformers==4.36.0
|
|
psutil
|
|
einops |