I think this is what you're looking for then - NoneTask.add_requirements
Hi VexedWoodpecker50 , these are the packages that were on the environment that ran the experiment. Please see here - None
hi CostlyOstrich36 thanks for the reply but that doesn’t seem to be the case, I have a requirements.txt
file that is very different from the one getting displayed
basically how can I make sure the packages from the requirements.txt
get picked up instead of theses ones?
I see, thank you for the help but shouldn’t it automatically install packages that I’m specifying?
By default it will use the packages that were detected in the environment. You can override that default behaviour with this.