Skip to content

Commit

Permalink
fix: dependency for weaviate document store (#1186)
Browse files Browse the repository at this point in the history
* fix: dependency for weaviate document store

* fix

* fix

* well. now finally
  • Loading branch information
ArzelaAscoIi authored Nov 13, 2024
1 parent 394f7e1 commit 72e2530
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integrations/weaviate/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ classifiers = [
dependencies = [
"haystack-ai",
"weaviate-client>=4.9",
"haystack-pydoc-tools",
"python-dateutil",
]

Expand All @@ -48,7 +47,7 @@ git_describe_command = 'git describe --tags --match="integrations/weaviate-v[0-9

[tool.hatch.envs.default]
installer = "uv"
dependencies = ["coverage[toml]>=6.5", "pytest", "pytest-rerunfailures", "ipython"]
dependencies = ["coverage[toml]>=6.5", "pytest", "pytest-rerunfailures", "ipython", "haystack-pydoc-tools"]
[tool.hatch.envs.default.scripts]
test = "pytest {args:tests}"
test-cov = "coverage run -m pytest {args:tests}"
Expand Down

0 comments on commit 72e2530

Please sign in to comment.