Skip to content

Commit

Permalink
fix tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich committed Jul 6, 2024
1 parent d301533 commit 5f7dc34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ version = "0.2.11"
[tool.poetry.dependencies]
python = ">=3.9,<3.13"
llama-index-core = "^0.10.1"
qdrant-client = "^1.7.1"
qdrant-client = ">=1.7.1"
grpcio = "^1.60.0"

[tool.poetry.extras]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
python_tests(
interpreter_constraints=["==3.9.*", "==3.10.*"]
)
python_tests()

python_test_utils(
name="test_utils",
Expand Down

0 comments on commit 5f7dc34

Please sign in to comment.