add pandas and tabulate packages (#25076)

* add pandas and tabulate packages

* remove that
old-commit-hash: 1382e28aa0
taco
Adeeb Shihadeh 3 years ago committed by GitHub
parent 8f5ab5d687
commit 8b81a3ac2f
  1. 4
      Pipfile
  2. 4
      Pipfile.lock
  3. 2
      selfdrive/debug/can_table.py

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81524c7faf15ca3709aa45731b2ab70e21bee027ef404b67177f2b97f99fa3fe
size 1621
oid sha256:622d406fc947cb3368849635f1da29fbeb002110bf1f9792022bffedf5cdff6d
size 1607

4
Pipfile.lock generated

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d4f522eb3621892e9c97c8c3674fc427d6c368186741d2df03c08d2fe8bb5245
size 170788
oid sha256:4e1dc8f78c5fcb90106aa180adb1091ff14c442d177bfa1ad2b5714b162b707e
size 176374

@ -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

Loading…
Cancel
Save