add pandas and tabulate packages (#25076)

* add pandas and tabulate packages

* remove that
This commit is contained in:
Adeeb Shihadeh
2022-07-07 20:02:07 -07:00
committed by GitHub
parent bd432eb76b
commit 1382e28aa0
3 changed files with 623 additions and 561 deletions

View File

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

1178
Pipfile.lock generated

File diff suppressed because it is too large Load Diff

View File

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