Skip to content

Commit

Permalink
builld: Add elasticsearch7 and elasticsearch8 extra (#5296)
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdankostic authored Jul 10, 2023
1 parent d6f855c commit 86d1fb5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,16 @@ inference = [
"huggingface-hub>=0.5.0",
]
elasticsearch = [
"farm-haystack[elasticsearch7]",
]
elasticsearch7 = [
"elasticsearch>=7.17,<8",
"elastic_transport<8"
]
elasticsearch8 = [
"elasticsearch>=8,<9",
"elastic_transport>=8,<9"
]
sql = [
"sqlalchemy>=1.4.2,<2",
"sqlalchemy_utils",
Expand Down

0 comments on commit 86d1fb5

Please sign in to comment.