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:
@@ -58,8 +58,6 @@ def code_sample_py(name):
|
||||
"//ortools/init/python:init",
|
||||
"//ortools/linear_solver/python:model_builder",
|
||||
],
|
||||
python_version = "PY3",
|
||||
srcs_version = "PY3",
|
||||
)
|
||||
|
||||
py_test(
|
||||
@@ -77,8 +75,6 @@ def code_sample_py(name):
|
||||
requirement("numpy"),
|
||||
requirement("pandas"),
|
||||
],
|
||||
python_version = "PY3",
|
||||
srcs_version = "PY3",
|
||||
)
|
||||
|
||||
def code_sample_java(name):
|
||||
|
||||
Reference in New Issue
Block a user