Skip to content

Add extra_requires in setup.py for optional dependencies #176

@kitchoi

Description

@kitchoi

Several subpackages in apptools have external dependencies, e.g. apptools.io.h5 requires NumPy and PyTables (and their dependencies). These are currently treated as optional dependencies, but they are not listed in the setup.py in anyway.

These optional dependencies should be included in extra_requires in setup.py so that developers can install apptools with these opt-in features. The mapping should be documented, e.g. as an installation instruction in README.

Related to #99, #70 (see PR #86)

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