Skip to content
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

Allow skipping dependency installation when running develop #2496

Open
asoc opened this issue Mar 5, 2025 · 0 comments
Open

Allow skipping dependency installation when running develop #2496

asoc opened this issue Mar 5, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@asoc
Copy link

asoc commented Mar 5, 2025

The project I'm working is currently made up of several pure python packages and then a Rust/Python hybrid package. The pure packages are defined as dependencies in pyproject.toml that point to their respective BitBucket repositories but they are installed in editable mode as I'm constantly adjusting them as I work on the hybrid package. When I make changes in the Rust code base, running maturin develop replaces my editable installations with non-editable builds from source. I then have to re-pip install -e those packages.

It would be super convenient to have something similar to pip install --no-deps added to maturin develop, or have --skip-install also skip the dependencies.

@asoc asoc added the enhancement New feature or request label Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant