From 3e64c4ac11c12d119567fa3a1b47da577170fbc8 Mon Sep 17 00:00:00 2001 From: Arcitec <38923130+Arcitec@users.noreply.github.com> Date: Mon, 8 Sep 2025 12:57:53 +0200 Subject: [PATCH] fix: Update pandas to fix Gradio errors Gradio requires Pandas >= 2.2.0, otherwise it will throw errors in some situations (such as when GPU is Out of Memory). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e17b10b..3faeadf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ json5==0.10.0 keras==2.9.0 numba==0.58.1 numpy==1.26.2 -pandas==2.1.3 +pandas==2.3.2 matplotlib==3.8.2 munch==4.0.0 opencv-python==4.9.0.80