Deployment fails without pip resolver or pip latest version

hi @anon83589406 ,

Just sent you a PR that make it works. Your os call to upgrade pip is perfect, you just need to disabled the breaking requirement and also install it via os call.

os.system("pip install --upgrade pip")
os.system("pip install umap-learn bechdelai==0.0.1a2")
1 Like