Skip to content

add dev dependencies to pyproject.toml ? #13

@drammock

Description

@drammock

To make it easy for others to develop / remix / build this installer locally, I think we should add either a Makefile recipe, something like this:

build-environment:
    @conda create -n sp-installer "python=3.11" conda-build conda-verify constructor joblib threadpoolctl && \
    conda activate sp-installer

... or put a dev section in project.optional_dependencies of pyproject.toml that will install the necessary build deps.

Originally posted by @drammock in #3 (review)

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