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"
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"