From 4291a87d38da0256d6a8f2658e1c4d973e3d27af Mon Sep 17 00:00:00 2001 From: Eric Joanis Date: Wed, 4 Oct 2023 13:20:10 -0400 Subject: [PATCH] build: let heroku get the latest g2p again now that RA Studio is compatible with g2p 2, there is no reason not to install the latest g2p from GitHub on the Heroku build. --- requirements.api.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.api.txt b/requirements.api.txt index 73014a2e..ea4407d4 100644 --- a/requirements.api.txt +++ b/requirements.api.txt @@ -3,3 +3,5 @@ gunicorn # uvicorn works on all platforms and is required for both dev and prod deployments uvicorn +# For deployment on Heroku, we want the latest g2p off GitHub +g2p @ git+https://github.com/roedoejet/g2p.git@main