blob: e411fc9e7c97d10ee697b70fc346e43ce250be8d [file] [log] [blame]
Austin Schuh999a19e2024-05-04 14:52:39 -07001py_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)