Skip to content

pyproject.toml is missing half the deps, install breaks immediately #354

Description

@avinxshKD

setup.py has numpy, pyzmq, scipy, matplotlib in install_requires

pyproject.toml doesn't.

Modern pip reads pyproject.toml first. So pip install . → import concore → boom:

ModuleNotFoundError: No module named 'numpy'

Also requires-python is >=3.9 in setup.py and >=3.8 in pyproject.toml. Pick one

Repro: fresh venv, pip install ., python -c "import concore" nd Done.

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