Skip to content

requires numpy before installing #49

Description

@Zsailer

The epistasis package imports numpy in its setup.py file to setup the C-extension.

This requires users to install numpy manually before installing epistasis. If numpy is not installed, calling pip install epistasis fails.

We need to refactor the setup.py file to first install numpy, then import when ready.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions