Skip to content

Add pypi dependencies without version specification #107

@Serruchox7

Description

@Serruchox7

Hello,

I'm used to work in Python with both conda and pip dependencies and Pixi is very fast for solving!
I'm trying to understand how the GUI could simplify my way of working but I'm facing the following issue:

  • for some features (test, build, etc.), I'm used to specify pypi dependencies without specific version so I can get the updates easily;
  • when I add a conda dependency, I can specify "*" and there is no version associated in the manifest;
  • when I add a pypi dependency, "*" is not allowed so I specify "" (nothing), but for some packages (pandas, numpy) it adds my dependency with no version, and for some others (tensorflow, scipy, build) it adds it with a version as if I had selected "Choose version automatically";

Why is the output different according to the specified package?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions