Hi @<1772433273633378304:profile|VexedWoodpecker50> , these are the packages that were on the environment that ran the experiment. Please see here - None
hi @<1523701070390366208:profile|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 think this is what you're looking for then - NoneTask.add_requirements
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.