From 3e1520e96892ffae61a599baba0404b57c1a943e Mon Sep 17 00:00:00 2001 From: Daiyi Peng Date: Mon, 22 Jul 2024 16:27:57 -0700 Subject: [PATCH] Fix requirements.txt. To avoid incompatible dependencies with Google Colab. PiperOrigin-RevId: 654935142 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 59dc38f..a27ec00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,11 +3,11 @@ google-generativeai>=0.3.2 jinja2>=3.1.2 openai==0.27.2 openpyxl>=3.1.0 -pandas>=2.1.4 +pandas>=2.0.3 pyglove>=0.4.5.dev20240423 python-docx>=0.8.11 python-magic>=0.4.27 requests>=2.31.0 termcolor==1.1.0 tqdm>=4.64.1 -pillow>=10.1.0 +pillow>=10.0.0