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
2 changes: 1 addition & 1 deletion docs/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pydot
flatbuffers
numpy<2.0.0
packaging
protobuf
protobuf>=4.25.8
sympy
onnx
sphinx_exec_code
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ onnxmltools
packaging
pandas
parameterized>=0.8.1
protobuf
protobuf>=4.25.8
pydocstyle[toml]
pytest
pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements-training.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ h5py
numpy >= 1.16.6
onnx
packaging
protobuf
protobuf>=4.25.8
sympy
setuptools>=61.0.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flatbuffers
numpy >= 1.21.6
packaging
protobuf
protobuf>=4.25.8
Loading