From 8d700f802543a969bb37c46d8b9378ac5f909b1b Mon Sep 17 00:00:00 2001 From: Lorenzo Rota Date: Thu, 23 Jan 2025 14:21:10 +0100 Subject: [PATCH] Update requirements.txt For the package to work in Python 3.12, numpy version 1.26.4 is required. This way the requirement works for those who have the newer version installed. --- generated_text_detector/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generated_text_detector/requirements.txt b/generated_text_detector/requirements.txt index 419b297..12cd59b 100644 --- a/generated_text_detector/requirements.txt +++ b/generated_text_detector/requirements.txt @@ -1,7 +1,7 @@ beautifulsoup4==4.12.3 fastapi==0.110.0 Markdown==3.7 -numpy==1.25.2 +numpy>=1.25.2 nltk==3.8.1 starlette==0.36.3 torch==2.2.1