Skip to content

Commit ab029a6

Browse files
committed
python: Fix protobuf supported range
note: using python 5.28 will lead to multiple segfault
1 parent 4bd2f19 commit ab029a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ortools/python/setup.py.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ setup(
4646
'absl-py >= 2.0.0',
4747
'numpy >= 1.13.3',
4848
'pandas >= 2.0.0',
49-
'protobuf >= 5.26.1',
49+
'protobuf >= 5.26.1,<5.27',
5050
'immutabledict >= 3.0.0',
5151
],
5252
package_data={

0 commit comments

Comments
 (0)