add pandas and tabulate packages (#25076)

* add pandas and tabulate packages

* remove that
pull/25097/head
Adeeb Shihadeh 3 years ago committed by GitHub
parent bd432eb76b
commit 1382e28aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Pipfile
  2. 1226
      Pipfile.lock
  3. 2
      selfdrive/debug/can_table.py

@ -41,6 +41,8 @@ tenacity = "*"
mpld3 = "*"
carla = {version = "==0.9.13", markers="platform_system != 'Darwin'"}
ft4222 = "*"
pandas = "*"
tabulate = "*"
[packages]
atomicwrites = "*"
@ -86,8 +88,6 @@ urllib3 = "*"
utm = "*"
websocket_client = "*"
hatanaka = "==2.4"
PyQt5 = "==5.15.4"
PyQt5-sip = "==12.9.0"
[requires]
python_version = "3.8"

1226
Pipfile.lock generated

File diff suppressed because it is too large Load Diff

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