I'm trying to pip install a library that has a lot of dependencies. I have a patched version of one dependency that I would like not updated when I install the library. How can I prevent this patched dependency from being updated?
(Specifically, I want to pip install fastai without upgrading my version of torch, but do install other dependencies required)