Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

setup.py incorrectly declares numpy dependency #74

@vlotorev

Description

@vlotorev

setup.py declares requires = ['numpy'],
Proper syntax for specifying dependencies in setup.py is install_requires = ['numpy'],

Build on Travis works without errors because .travis.yaml explicitly installs numpy package.
Build on Travis should check setup.py and dependencies via installing pip install ., which will fetch dependencies from setup.py.

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