Konstantinos Voulgaropoulos
commited on
Commit
·
dedd003
1
Parent(s):
ddcaad4
Update requirements.txt with pybind11 2.13.1 (#1548)
Browse filesnecessary 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 -0
requirements.txt
CHANGED
@@ -135,6 +135,7 @@ BCEmbedding
|
|
135 |
loguru==0.7.2
|
136 |
umap-learn
|
137 |
fasttext==0.9.2
|
|
|
138 |
volcengine==1.0.141
|
139 |
readability-lxml==0.8.1
|
140 |
html_text==0.6.2
|
|
|
135 |
loguru==0.7.2
|
136 |
umap-learn
|
137 |
fasttext==0.9.2
|
138 |
+
pybind11==2.13.1
|
139 |
volcengine==1.0.141
|
140 |
readability-lxml==0.8.1
|
141 |
html_text==0.6.2
|