Closed
Description
question
Assuming that we don't want to build a new buildpack, is there a workaround for pipenv users to be able to install packages that require a newer pip? unpin and override pip.
reason
A common example of a package that will fail to install is tensorflow>=2.0
side question
I doubt any developers keep using pip==9.0.2
. It seems like the main and only reason to pin 9.0.2 is that (#786)
it "would require users to uninstall and reinstall their local pipenv environments"
Not sure how some one-time inconvenience can outweigh the need to have the same environment. which simply not possible with the old pip.
example PR
see the attached PR. I created it as an example. It might not be the best solution, I would love to see some workarounds.
Metadata
Metadata
Assignees
Labels
No labels