Skip to content

add dev dependencies to pyproject.toml ? #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
drammock opened this issue May 29, 2025 · 0 comments
Open

add dev dependencies to pyproject.toml ? #13

drammock opened this issue May 29, 2025 · 0 comments

Comments

@drammock
Copy link
Member

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant