Skip to content

pip 26.1.1 in anaconda has incorrect python dependency in metadata #13504

Description

@aszekMosek

Checklist

  • I added a descriptive title.
  • I searched through existing issues and couldn't find a solution or duplicate issue.
  • I searched on the web (e.g. Google) and didn't find any helpful information.
  • I searched the Anaconda documentation and didn't find any helpful information.

Impacted product

  • A conda package (built by Anaconda)
  • Anaconda Distribution (formerly Anaconda Individual Edition)
  • Miniconda
  • Anaconda.org

What happened?

The package

noarch/pip-26.1.1-pyhc872135_0.tar.bz2

uploaded 3 days ago to

https://anaconda.org/channels/anaconda/packages/pip/files

incorrectly has python>=3.9 as a dependency in its metadata, although it is built from a wheel that requires python>=3.10 and it does not work in python 3.9.

I migrate this issue from pypa/pip#14024 by their suggestion.

Expected behavior or outcome

The package metadata should prevent conda from choosing this package as suitable for Python 3.9 ,i.e. a python>=3.10 dependency should be used.

Conda info

Conda config

Conda list

Additional information

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions