Skip to content

Commit

Permalink
fix: move sentence-transformers to test group - resolves gh-9
Browse files Browse the repository at this point in the history
  • Loading branch information
bsbodden committed Sep 4, 2024
1 parent bde78d7 commit 7d37dfa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions libs/redis/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/redis/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ langchain-core = ">=0.1.52,<0.3"
redisvl = "^0.3.2"
numpy = "^1"
python-ulid = "^2.7.0"
sentence-transformers = "^3.0.1"

[tool.poetry.group.test]
optional = true
Expand All @@ -26,6 +25,7 @@ pytest = "^7.4.3"
pytest-asyncio = "^0.23.2"
pytest-socket = "^0.7.0"
syrupy = "^4.6.1"
sentence-transformers = "^3.0.1"
langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core" }

[tool.poetry.group.codespell]
Expand Down

0 comments on commit 7d37dfa

Please sign in to comment.