If I want pip
to execute pip install torch==1.6.0+cu92 torchvision==0.7.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html
when using pip -r requirements.txt
I've made my requirements.txt
using pip list --format=freeze
and it declares torch and torchvision with their versions, but pip has no idea where to get those from.
Is there any syntax I can use, as git+https://www.github.com/keras-team/keras-contrib.git@e1574a16f0156dd9557fe62a1c5a39e37bd656c6
is for installing a specific version from git?