Merge remote-tracking branch 'origin/main' into v99bugfix
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
# Notebook utilities for OR-Tools.
|
||||
|
||||
load("@ortools_notebook_deps//:requirements.bzl", "requirement")
|
||||
load("@pip_deps//:requirements.bzl", "requirement")
|
||||
load("@rules_python//python:py_binary.bzl", "py_binary")
|
||||
|
||||
py_binary(
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
# Copyright 2010-2025 Google LLC
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -127,6 +127,8 @@ setup(
|
||||
],
|
||||
'@PYTHON_PROJECT@.util.python':[
|
||||
'$<TARGET_FILE_NAME:sorted_interval_list_pybind11>',
|
||||
'$<TARGET_FILE_NAME:solve_interrupter_pybind11>',
|
||||
'$<TARGET_FILE_NAME:solve_interrupter_testing_pybind11>',
|
||||
'*.pyi'
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user