From 8b81a3ac2fb075caf78e77cf8ca172cef107836f Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 7 Jul 2022 20:02:07 -0700 Subject: [PATCH] add pandas and tabulate packages (#25076) * add pandas and tabulate packages * remove that old-commit-hash: 1382e28aa0b32923a44efa28c5b25d9b02c41d68 --- Pipfile | 4 ++-- Pipfile.lock | 4 ++-- selfdrive/debug/can_table.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index 452c89165b..17ef203672 100644 --- a/Pipfile +++ b/Pipfile @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:81524c7faf15ca3709aa45731b2ab70e21bee027ef404b67177f2b97f99fa3fe -size 1621 +oid sha256:622d406fc947cb3368849635f1da29fbeb002110bf1f9792022bffedf5cdff6d +size 1607 diff --git a/Pipfile.lock b/Pipfile.lock index b80398189d..7cf3b9a9ad 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d4f522eb3621892e9c97c8c3674fc427d6c368186741d2df03c08d2fe8bb5245 -size 170788 +oid sha256:4e1dc8f78c5fcb90106aa180adb1091ff14c442d177bfa1ad2b5714b162b707e +size 176374 diff --git a/selfdrive/debug/can_table.py b/selfdrive/debug/can_table.py index e8cd084a32..11d070e708 100755 --- a/selfdrive/debug/can_table.py +++ b/selfdrive/debug/can_table.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 import argparse -import pandas as pd # pylint: disable=import-error +import pandas as pd import cereal.messaging as messaging