Skip to content

installing package with ~= leads to installing the latest version of that package #5594

@EiJayK

Description

@EiJayK

Issue description

pipenv install "tensorflow~=2.9" leads to the installation of the latest version of tensorflow which is 2.11.x I would expect that it would not update the major version

Expected result

a version of tensorflow equal to 2.9.3 (for example)

Actual result

tensorflow 2.11.x

Steps to replicate

python 3.7
run on cli
pipenv install "tensorflow~=2.9"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions