Skip to content

Commit 92c9f06

Browse files
authored
Merge pull request #23 from CogStack/CU-8699u4p99-explicit-es-dep
CU-8699u4p99: Explicitly add elasticsearch dependency.
2 parents 902be7e + 49213be commit 92c9f06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
spacy>=3.6.0,<4.0
22
medcat~=1.16.0
33
plotly~=5.19.0
4-
eland==8.12.1
4+
elasticsearch>=9.0.0,<10.0
5+
eland>=9.0.0,<10.0
56
en_core_web_md @ https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.8.0/en_core_web_md-3.8.0-py3-none-any.whl
67
ipyfilechooser
78
jupyter_contrib_nbextensions

0 commit comments

Comments
 (0)