From 3b4db5973320a90bf10ee1ce32ffa642c455dc48 Mon Sep 17 00:00:00 2001 From: David Huggins-Daines Date: Sun, 1 Oct 2023 16:06:23 -0400 Subject: [PATCH] fix: actually allow using g2p >=2 like the comment says --- requirements.min.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.min.txt b/requirements.min.txt index 09ecdfa6..13ed6cf9 100644 --- a/requirements.min.txt +++ b/requirements.min.txt @@ -3,8 +3,7 @@ anyio<4.0.0 chevron==0.14.0 click>=8.0.4 coloredlogs==10.0 -fastapi>=0.78.0 -# Note: when we move g2p to >=2, we will need fastapi>=0.100.0 which requires httpx +fastapi>=0.100.0 g2p>=1.1.20230822, <2.1 httpx>=0.24.1 lxml==4.9.1