mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-27 07:09:57 +00:00
chore: bump lance to 0.10.5 (#1145)
This commit is contained in:
@@ -3,7 +3,7 @@ name = "lancedb"
|
||||
version = "0.6.4"
|
||||
dependencies = [
|
||||
"deprecation",
|
||||
"pylance==0.10.4",
|
||||
"pylance==0.10.5",
|
||||
"ratelimiter~=1.0",
|
||||
"retry>=0.9.2",
|
||||
"tqdm>=4.27.0",
|
||||
@@ -94,13 +94,11 @@ lancedb = "lancedb.cli.cli:cli"
|
||||
requires = ["maturin>=1.4"]
|
||||
build-backend = "maturin"
|
||||
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["F", "E", "W", "I", "G", "TCH", "PERF"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "--strict-markers --ignore-glob=lancedb/embeddings/*.py"
|
||||
|
||||
markers = [
|
||||
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
|
||||
"asyncio",
|
||||
|
||||
Reference in New Issue
Block a user