backport from main:

* bump abseil to 20250814
* bump protobuf to v32.0
* cmake: add ccache auto support
* backport flatzinc, math_opt and sat update
This commit is contained in:
Mizux Seiha
2025-09-16 16:25:04 +02:00
parent 2131e87519
commit 4f381f6d07
373 changed files with 30302 additions and 6458 deletions

View File

@@ -46,7 +46,7 @@ setup(
'absl-py >= 2.0.0',
'numpy >= 2.0.2',
'pandas >= 2.0.0',
'protobuf >= 6.31.1,<6.32',
'protobuf >= 6.32.0,<6.33',
'typing-extensions >= 4.12',
'immutabledict >= 3.0.0',
],