Skip to content

Pandas: hard or soft dependency #53

@adrinjalali

Description

@adrinjalali

Right now in our CI we install install and doc dependencies, and the latter includes pandas.

However, we haven't assumed pandas as a hard dependency and users can use the library w/o having it installed.

#45 for example, assumes it's okay for it not to be installed, if we want to go down this path, we should also test it, or we can make it an install dependency and assume it's always installed.

Which path should we take? We could also assume it a hard dependency now, and only make it soft later.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions