blob: b790a751e440d4298681f4cf296f4c81103d0cda [file] [log] [blame]
py_library(
name = "python_osqp",
srcs = glob(["**/*.py"]),
data = glob(
include = ["**/*"],
exclude = ["**/*.py"],
),
imports = ["."],
target_compatible_with = [
"@//tools/platforms/python:debian_bundled_python",
],
visibility = ["//visibility:public"],
deps = [
"@python_repo//:numpy",
"@python_repo//:scipy",
"@qdldl_amd64//:python_qdldl",
],
)