Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force install a py2 compatible version of pandas #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 26, 2019

  1. Force install a py2 compatible version of pandas

    kitti2bag depends on pykitti which depends on pandas
    which deprecated py2 support in 0.24 causing breakage
    in the docker build. This patch works around this issue
    by first installing a py2 compatible version of pandas
    before installing kitti2bag.
    LiyouZhou authored Nov 26, 2019
    Configuration menu
    Copy the full SHA
    5702f53 View commit details
    Browse the repository at this point in the history