You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the additional_dependencies parameter for python requires duplicating the contents of an existing requirements.txt. Instead it should be able to detect that an argument it provided includes *.txt, then adjust the pip command to use the -r argument instead of '.'