diff --git a/pyproject.toml b/pyproject.toml index cd66fc5..204b8e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "chronify" -version = "0.1.0" +version = "0.2.0" description = "Time series store and mapping libray" readme = "README.md" requires-python = ">=3.10, <3.13" @@ -39,7 +39,7 @@ dependencies = [ ] [project.optional-dependencies] spark = [ - "pyhive @ git+https://github.com/apache/kyuubi.git#egg=pyhive&subdirectory=python", + "pyhive", # @ git+https://github.com/apache/kyuubi.git#egg=pyhive&subdirectory=python", "thrift", "thrift_sasl", ]