From b005a17dc20335feab214e06e420e692ad5fefb1 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Camps Date: Thu, 15 Feb 2024 11:35:13 +0100 Subject: [PATCH] trying to see if updating everything works or breaks --- requirements.txt | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/requirements.txt b/requirements.txt index ad3e9284..e4b64f1e 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,17 +1,17 @@ -langdetect==1.0.9 -joblib==1.2.0 +langdetect>=1.0.9 +joblib>=1.2.0 lxml>=4.9.1 -nltk==3.6.6 -numpy==1.26.4 -pybind11==2.8.1 -scikit-learn==1.2.1 -scipy==1.10.0 -six==1.16.0 -tqdm==4.64.1 -unidecode==1.3.2 -pandas==2.2.0 -pyarrow==15.0.0 -argparse==1.4.0 -regex==2022.10.31 -matplotlib==3.6.2 -imbalanced-learn==0.8.1 +nltk>=3.6.6 +numpy>=1.26.4 +pybind11>=2.8.1 +scikit-learn>=1.2.1 +scipy>=1.10.0 +six>=1.16.0 +tqdm>=4.64.1 +unidecode>=1.3.2 +pandas>=2.2.0 +pyarrow>=15.0.0 +argparse>=1.4.0 +regex>=2022.10.31 +matplotlib>=3.6.2 +imbalanced-learn>=0.8.1