mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-26 22:59:57 +00:00
fix: define minimum dependency versions (#515)
Closes #513 For each of these, I found the minimum version that would allow the unit tests to pass.
This commit is contained in:
@@ -3,12 +3,12 @@ name = "lancedb"
|
||||
version = "0.2.5"
|
||||
dependencies = [
|
||||
"pylance==0.7.4",
|
||||
"ratelimiter",
|
||||
"retry",
|
||||
"tqdm",
|
||||
"ratelimiter~=1.0",
|
||||
"retry>=0.9.2",
|
||||
"tqdm>=4.1.0",
|
||||
"aiohttp",
|
||||
"pydantic",
|
||||
"attrs",
|
||||
"pydantic>=1.10",
|
||||
"attrs>=21.3.0",
|
||||
"semver>=3.0",
|
||||
"cachetools"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user