From ea74bba28d119510db69b6fdaca897a7d75b698a Mon Sep 17 00:00:00 2001
From: Andres Marafioti <andimarafioti@gmail.com>
Date: Mon, 19 Aug 2024 10:54:52 +0200
Subject: [PATCH] nltk 3.8.2 doesn't exist
 https://pypi.org/project/nltk/#history

---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index b722cfc..e04ebea 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-nltk==3.8.2
+nltk==3.8.1
 parler_tts @ git+https://github.com/huggingface/parler-tts.git
 torch==2.4.0
 sounddevice==0.5.0
-- 
GitLab