Skip to content

Commit

Permalink
#58: freeze elasticsearch client version to 7.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thakur-nandan committed Jan 20, 2022
1 parent 7597d88 commit 876ae2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'sentence-transformers',
'pytrec_eval',
'faiss_cpu',
'elasticsearch'
'elasticsearch==7.9.1'
],
extras_require = optional_packages,
classifiers=[
Expand Down

0 comments on commit 876ae2c

Please sign in to comment.