chore: replace semver dependency with packaging (#1311)

Fixes #1296 per title. See
https://github.com/lancedb/lancedb/pull/1298#discussion_r1603931457 Cc
@wjones127

---------

Co-authored-by: Will Jones <willjones127@gmail.com>
This commit is contained in:
Philip Meier
2024-05-28 19:05:16 +02:00
committed by GitHub
parent db712b0f99
commit 1ad1c0820d
8 changed files with 14 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ dependencies = [
"tqdm>=4.27.0",
"pydantic>=1.10",
"attrs>=21.3.0",
"semver",
"packaging",
"cachetools",
"overrides>=0.7",
]