I am trying to use two requirements.txt in environment.yml to create a conda environment. One of them has --no-index --find-links=/home/myuser/mydownloadedpackage. For some reason, it always go to download that package which I want it to install from my downloaded directory. Is there a way that I can force it to use find-links for one requirements.txt and global configuration for the other ?