Skip to content

Commit

Permalink
python: Fix protobuf supported range
Browse files Browse the repository at this point in the history
note: using python 5.28 will lead to multiple segfault
  • Loading branch information
Mizux committed Sep 5, 2024
1 parent 4bd2f19 commit ab029a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ortools/python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ setup(
'absl-py >= 2.0.0',
'numpy >= 1.13.3',
'pandas >= 2.0.0',
'protobuf >= 5.26.1',
'protobuf >= 5.26.1,<5.27',
'immutabledict >= 3.0.0',
],
package_data={
Expand Down

0 comments on commit ab029a6

Please sign in to comment.