Austin Schuh | 999a19e | 2024-05-04 14:52:39 -0700 | [diff] [blame^] | 1 | py_binary( |
2 | name = "simulation", | ||||
3 | srcs = [ | ||||
4 | "simulation.py", | ||||
5 | ], | ||||
6 | deps = [ | ||||
7 | "//frc971/control_loops/python:controls", | ||||
8 | "@pip//matplotlib", | ||||
9 | "@pip//numpy", | ||||
10 | "@pip//pygobject", | ||||
11 | "@pip//sympy", | ||||
12 | ], | ||||
13 | ) |