We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent befa2ce commit cc65b78Copy full SHA for cc65b78
2 files changed
pyproject.toml
@@ -5,17 +5,13 @@ description = "Add your description here"
5
readme = "README.md"
6
requires-python = ">=3.12,<3.14"
7
dependencies = [
8
- "lancedb>=0.30.0",
+ "lancedb>=0.30.2",
9
"pyarrow>=23.0.1",
10
"lance-namespace>=0.6.1",
11
"pandas>=3.0.1",
12
"polars>=1.39.2",
13
"pytest>=9.0.1",
14
"pytest-asyncio>=1.3.0",
15
-<<<<<<< Updated upstream
16
"Pillow>=11.0.0",
17
"geneva>=0.11.0",
18
-=======
19
- "Pillow>=12.1.1",
20
->>>>>>> Stashed changes
21
]
0 commit comments