From 25066bb937004dc7635b18fbdf23f0ebfeff41e5 Mon Sep 17 00:00:00 2001 From: Loann Peurey Date: Mon, 8 Jul 2024 15:52:46 +0200 Subject: [PATCH] freeze pillow for matplotlib version --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 3f7fc804..c9c8e3cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,7 @@ numpy==1.26.4; python_version >= '3.10' pandas==1.3.5; python_version <= '3.10' pandas==2.2.1; python_version >= '3.11' panoptes-client==1.6.1 +pillow<10.4.0 # this is constrained as matplotlib versions used fail on pillow > 10.3.0 praat-parselmouth==0.4.3 pyannote.core==5.0.0 pydub==0.25.1