Skip to content

Commit

Permalink
reverted changes to ragstack-e2e-tests/pyproject.llamaindex.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
epinzur committed Feb 12, 2024
1 parent 60b557d commit 8db1439
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ragstack-e2e-tests/pyproject.llamaindex.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ beautifulsoup4 = "^4"

llama-index = { git = "https://github.com/run-llama/llama_index.git", branch = "main" }

langchain = { version = "0.1.2" }
langchain = {version = "0.1.2"}
langchain-core = "0.1.15"
langchain-community = "0.0.15"
langchain-openai = { version = "0.0.3" }
langchain-google-genai = { version = "0.0.6" }
langchain-google-vertexai = { version = "0.0.3" }
langchain-nvidia-ai-endpoints = { version = "0.0.1" }
langchain-openai = {version = "0.0.3"}
langchain-google-genai = {version = "0.0.6"}
langchain-google-vertexai = {version = "0.0.3"}
langchain-nvidia-ai-endpoints = {version = "0.0.1"}
astrapy = "~0.7.0"
# we need this specific feature from cassio: https://github.com/CassioML/cassio/pull/128
cassio = "~0.1.4"
Expand Down

0 comments on commit 8db1439

Please sign in to comment.