File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
requirements/transformers-test Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 44pytest
55setuptools >= 68.2.2
66wheel
7- protobuf == 4.25.1
7+ protobuf == 4.25.1 ; python_version < "3.14"
8+ protobuf == 6.33.0 ; python_version >= "3.14"
89sympy == 1.14
910flatbuffers
1011neural-compressor >= 2.2.1
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ wheel==0.45.1
88argparse
99sympy == 1.14
1010flatbuffers
11- protobuf == 4.25.1
11+ protobuf == 4.25.1 ; python_version < "3.14"
12+ protobuf == 6.33.0 ; python_version >= "3.14"
1213packaging
1314onnxscript == 0.5.3 ; python_version < "3.14"
1415onnx-ir == 0.1.10 ; python_version < "3.14"
Original file line number Diff line number Diff line change 44pytest
55setuptools >= 68.2.2
66wheel
7- protobuf == 4.25.1
7+ protobuf == 4.25.1 ; python_version < "3.14"
8+ protobuf == 6.33.0 ; python_version >= "3.14"
89sympy == 1.14
910flatbuffers
1011psutil
Original file line number Diff line number Diff line change 44pytest
55setuptools >= 68.2.2
66wheel
7- protobuf == 4.25.1
7+ protobuf == 4.25.1 ; python_version < "3.14"
8+ protobuf == 6.33.0 ; python_version >= "3.14"
89sympy == 1.14
910flatbuffers
1011psutil
Original file line number Diff line number Diff line change 11# packages used by transformers python unittest
22packaging
33# protobuf and numpy is same as tools/ci_build/github/linux/docker/scripts/manylinux/requirements.txt
4- protobuf == 4.25.1
4+ protobuf == 4.25.1 ; python_version < "3.14"
5+ protobuf == 6.33.0 ; python_version >= "3.14"
56numpy == 2.2.6 ; python_version < "3.14"
67numpy == 2.3.2 ; python_version >= "3.14"
78torch == 2.8.0
You can’t perform that action at this time.
0 commit comments