From f43cf7c2b01f696d7ed4da8275fce23a9a4fd000 Mon Sep 17 00:00:00 2001 From: Konstantinos Voulgaropoulos <54834800+voulkon@users.noreply.github.com> Date: Wed, 17 Jul 2024 04:40:41 +0300 Subject: [PATCH] Update requirements.txt with pybind11 2.13.1 (#1548) necessary for successful installation of the fasttext==0.9.2 module ### What problem does this PR solve? Aiming to solve issue #1547 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index fa04195ea..43eddf5b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -135,6 +135,7 @@ BCEmbedding loguru==0.7.2 umap-learn fasttext==0.9.2 +pybind11==2.13.1 volcengine==1.0.141 readability-lxml==0.8.1 html_text==0.6.2