Skip to content

Commit cc65b78

Browse files
committed
upgrade lancedb in Python
1 parent befa2ce commit cc65b78

2 files changed

Lines changed: 333 additions & 492 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,13 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12,<3.14"
77
dependencies = [
8-
"lancedb>=0.30.0",
8+
"lancedb>=0.30.2",
99
"pyarrow>=23.0.1",
1010
"lance-namespace>=0.6.1",
1111
"pandas>=3.0.1",
1212
"polars>=1.39.2",
1313
"pytest>=9.0.1",
1414
"pytest-asyncio>=1.3.0",
15-
<<<<<<< Updated upstream
1615
"Pillow>=11.0.0",
1716
"geneva>=0.11.0",
18-
=======
19-
"Pillow>=12.1.1",
20-
>>>>>>> Stashed changes
2117
]

0 commit comments

Comments
 (0)