Skip to content

Commit

Permalink
add pandas and tabulate packages (#25076)
Browse files Browse the repository at this point in the history
* add pandas and tabulate packages

* remove that
  • Loading branch information
adeebshihadeh authored Jul 8, 2022
1 parent bd432eb commit 1382e28
Show file tree
Hide file tree
Showing 3 changed files with 647 additions and 585 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ tenacity = "*"
mpld3 = "*"
carla = {version = "==0.9.13", markers="platform_system != 'Darwin'"}
ft4222 = "*"
pandas = "*"
tabulate = "*"

[packages]
atomicwrites = "*"
Expand Down Expand Up @@ -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"
Loading

0 comments on commit 1382e28

Please sign in to comment.