Skip to content

No pyproject.toml #177

@andyalmonte

Description

@andyalmonte

setup.py imports pybind11 and numpy and assumes that this will be available

import pybind11
import numpy as np

There should be a pyproject.toml that requires both those modules to be installed before the setup.py is run

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