We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd2f19 commit ab029a6Copy full SHA for ab029a6
ortools/python/setup.py.in
@@ -46,7 +46,7 @@ setup(
46
'absl-py >= 2.0.0',
47
'numpy >= 1.13.3',
48
'pandas >= 2.0.0',
49
- 'protobuf >= 5.26.1',
+ 'protobuf >= 5.26.1,<5.27',
50
'immutabledict >= 3.0.0',
51
],
52
package_data={
0 commit comments