Austin Schuh | 2e28d87 | 2022-02-19 18:25:57 -0800 | [diff] [blame] | 1 | py_library( |
2 | name = "python_osqp", | ||||
3 | srcs = glob(["**/*.py"]), | ||||
4 | data = glob( | ||||
5 | include = ["**/*"], | ||||
6 | exclude = ["**/*.py"], | ||||
7 | ), | ||||
8 | imports = ["."], | ||||
9 | visibility = ["//visibility:public"], | ||||
10 | deps = [ | ||||
11 | "@python_repo//:numpy", | ||||
12 | "@python_repo//:scipy", | ||||
13 | "@qdldl_amd64//:python_qdldl", | ||||
14 | ], | ||||
15 | ) |