Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mypy
pytest
setuptools>=68.2.2
wheel
protobuf==4.25.8
protobuf==5.29.6
sympy==1.14
flatbuffers
onnx==1.21.0
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.45.1
argparse
sympy==1.14
flatbuffers
protobuf==6.33.0
protobuf==6.33.5
packaging
onnxscript==0.6.2
onnx-ir==0.1.16
Expand Down
2 changes: 1 addition & 1 deletion tools/ci_build/github/windows/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mypy
pytest
setuptools>=68.2.2
wheel
protobuf==6.33.0
protobuf==6.33.5
sympy==1.14
flatbuffers
psutil
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# packages used by transformers python unittest
packaging
# protobuf and numpy is same as tools/ci_build/github/linux/docker/scripts/manylinux/requirements.txt
protobuf==6.33.0
protobuf==6.33.5
numpy==2.2.6; python_version < "3.11"
numpy==2.4.2; python_version >= "3.11"
torch==2.10.0
Expand Down
Loading