Hi TrickySheep9 ,
ClearML does analyze your packages, but you always can add any package you like with Task.add_requirements('xlrd', '')
or if its a package that you want the ClearML agent to install always (not per task), you can add it to the agent’s configuration file https://github.com/allegroai/clearml-agent/blob/master/docs/clearml.conf#L82
Can this do the trick?
Task.add_requirements
would fit the bill yeah, thanks