diff --git a/python/pyproject.toml b/python/pyproject.toml index 08250ce8ab..b08b6bdc89 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,5 +1,6 @@ [project] name = "pylance" +dynamic = ["version"] dependencies = ["pyarrow>=14", "numpy>=1.22"] description = "python wrapper for Lance columnar format" authors = [{ name = "Lance Devs", email = "dev@lancedb.com" }]