From ff6751870aa80a3f551414f57377e6b5bcc7df66 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Mon, 15 Jul 2024 00:06:18 +0200 Subject: [PATCH] Remove hive from pyproject dependencies --- python/pyproject.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 34e75933d..45c7fb162 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -60,14 +60,7 @@ dependencies = [ ] [project.optional-dependencies] -hive = [ - "pyhopshive[thrift]", - "pyarrow>=10.0", - "confluent-kafka<=2.3.0", - "fastavro>=1.4.11,<=1.8.4", -] python = [ - "pyhopshive[thrift]", "pyarrow>=10.0", "confluent-kafka<=2.3.0", "fastavro>=1.4.11,<=1.8.4",