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

Use pip as a solver #12

Merged
merged 23 commits into from
Apr 5, 2024
Merged

Use pip as a solver #12

merged 23 commits into from
Apr 5, 2024

Conversation

jaimergp
Copy link
Member

@jaimergp jaimergp commented Feb 22, 2024

Closes #6

Needs:

  • Use pip install --dry-run --report as a solver
  • Map PyPI names to conda names. Note this include a collection of PyPI names being available as a single conda name (e.g. tensorflow), but also the opposite (pyqt in PyPI is actually PyQt + qt, but conda usually has alias packages).
  • Add tests

@jaimergp jaimergp closed this Apr 5, 2024
@jaimergp jaimergp reopened this Apr 5, 2024
@jaimergp jaimergp marked this pull request as ready for review April 5, 2024 14:38
@jaimergp jaimergp merged commit 9815fa1 into main Apr 5, 2024
9 checks passed
@jaimergp jaimergp deleted the just-pip-solve branch April 5, 2024 14:39
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.

Investigate using pip install --dry-run + some mappings
1 participant