Skip to content

Commit 7918a87

Browse files
committed
fix(dependencies): remove ipykernel from dependencies list
1 parent a1496b8 commit 7918a87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ dependencies = [
3434
"llama-index-vector-stores-opensearch>=0.6.1",
3535
"psycopg2-binary>=2.9.10", # For PostgreSQL database (short term memory)
3636
"pymysql>=1.1.1", # For MySQL database (short term memory)
37-
"opensearch-py==2.8.0",
38-
"ipykernel>=7.0.0",
37+
"opensearch-py==2.8.0"
3938
]
4039

4140
[project.scripts]

0 commit comments

Comments
 (0)