quick question - I have a big requirements file. On one system, I have a couple requirements (pytorch, torchvision) which don't install on the a particular machine. Is there a way I can still use the file to install everything BUT these? Something like
pip install -r requirements.txt --except=pytorch,torchvision
I don't see anything like this in the pip options but maybe there's another way.