mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-07-26 03:42:05 +08:00
add pandas and tabulate packages (#25076)
* add pandas and tabulate packages * remove that old-commit-hash: 1382e28aa0b32923a44efa28c5b25d9b02c41d68
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81524c7faf15ca3709aa45731b2ab70e21bee027ef404b67177f2b97f99fa3fe
|
||||
size 1621
|
||||
oid sha256:622d406fc947cb3368849635f1da29fbeb002110bf1f9792022bffedf5cdff6d
|
||||
size 1607
|
||||
|
||||
Generated
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user