python: Fix protobuf supported range

note: using python 5.28 will lead to multiple segfault
This commit is contained in:
Corentin Le Molgat
2024-09-06 07:54:09 +02:00
parent 7de3a9f8d5
commit 37dd30cbe9

View File

@@ -46,7 +46,7 @@ setup(
'absl-py >= 2.0.0',
'numpy >= 1.13.3',
'pandas >= 2.0.0',
'protobuf >= 5.27.3',
'protobuf >= 5.27.3,<5.28',
'immutabledict >= 3.0.0',
],
package_data={