We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7788ad7 + 8c4e28c commit 900e77aCopy full SHA for 900e77a
2 files changed
flow/util/BUILD.bazel
@@ -1,16 +1,7 @@
1
-load("@orfs-pip//:requirements.bzl", "requirement")
2
load("@rules_python//python:pip.bzl", "compile_pip_requirements")
3
4
exports_files(["open_plots.sh"])
5
6
-py_binary(
7
- name = "plot_congestion",
8
- srcs = ["plot_congestion.py"],
9
- main = "plot_congestion.py",
10
- visibility = ["//visibility:public"],
11
- deps = [requirement("matplotlib")],
12
-)
13
-
14
compile_pip_requirements(
15
name = "requirements",
16
src = "requirements.in",
flow/util/plot_congestion.bzl
0 commit comments