Skip to content

Commit

Permalink
build: Update haystack dependency to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prosto committed Jan 15, 2024
1 parent 2784e42 commit bd3e925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = ["farm-haystack>=1.20.0", "neo4j>=5.8.1", "tqdm"]
dependencies = ["haystack-ai", "neo4j>=5.8.1"]

[project.optional-dependencies]
docker = ["docker"]
tests = [
"coverage[toml]>=6.5",
"pytest",
"neo4j-haystack[docker]",
"farm-haystack[inference]>=1.20.0",
"sentence-transformers>=2.2.0",
]
docs = [
"mkdocs>=1.3",
Expand Down

0 comments on commit bd3e925

Please sign in to comment.