Skip to content

Commit 216546b

Browse files
committed
fix(conflicts): resolved li dependency conflicts
1 parent 5d1989a commit 216546b

File tree

3 files changed

+68
-69
lines changed

3 files changed

+68
-69
lines changed

poetry.lock

Lines changed: 67 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ rich = "^13.7.1"
118118
psycopg2 = { version = "^2.9.9", optional = true }
119119
pgvector = { version = "^0.2.5", optional = true }
120120
structlog = "^24.1.0"
121-
llama-index = "^0.10.30"
121+
llama-index = {version = "^0.10.30", optional = true}
122122

123123

124124
[tool.poetry.group.dev.dependencies]

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
backoff
22
datasets
33
joblib<=1.3.2
4-
llama-index>=0.10.30
54
openai>=0.28.1,<2.0.0
65
optuna
76
pandas

0 commit comments

Comments
 (0)