python: Fix protobuf supported range
note: using python 5.28 will lead to multiple segfault
This commit is contained in:
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user