Skip to content

fix: use :: in pip+git requirement#61

Merged
jolars merged 1 commit intobenchopt:mainfrom
jolars:use-double-colon
Mar 26, 2026
Merged

fix: use :: in pip+git requirement#61
jolars merged 1 commit intobenchopt:mainfrom
jolars:use-double-colon

Conversation

@jolars
Copy link
Copy Markdown
Collaborator

@jolars jolars commented Mar 26, 2026

Small fix for requirements to use :: in pip+git style requirements.

Copilot AI review requested due to automatic review settings March 26, 2026 13:57
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates solver dependency specifications to use the pip:: prefix for VCS (git+https://...) pip requirements, aligning with the intended benchopt/pip requirement format.

Changes:

  • Switch pip:git+https://... to pip::git+https://... in two solvers’ requirements.
  • Keep (but now potentially outdated) TODO comments about a future switch to pip::git....

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
solvers/slope_path.py Updates the solver’s git-based pip requirement to pip::git+....
solvers/pgd_safe_screening.py Updates the solver’s git-based pip requirement to pip::git+....

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Update solvers/slope_path.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

Update solvers/pgd_safe_screening.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@jolars jolars force-pushed the use-double-colon branch from 83ef031 to b66c851 Compare March 26, 2026 14:09
@jolars jolars merged commit 8d1d971 into benchopt:main Mar 26, 2026
3 checks passed
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

Successfully merging this pull request may close these issues.

3 participants