add pands requirement in benchmark option (#1070)

Co-authored-by: Li Jiang <bnujli@gmail.com>
This commit is contained in:
Qingyun Wu
2023-06-13 04:25:41 -04:00
committed by GitHub
parent c5dfb03f0e
commit 9356a92ba5

View File

@@ -126,7 +126,7 @@ setuptools.setup(
"hcrystalball==0.1.10",
"pytorch-forecasting>=0.9.0",
],
"benchmark": ["catboost>=0.26", "psutil==5.8.0", "xgboost==1.3.3"],
"benchmark": ["catboost>=0.26", "psutil==5.8.0", "xgboost==1.3.3", "pandas==1.1.4"],
"openai": ["openai==0.27.4", "diskcache"],
"autogen": ["openai==0.27.4", "diskcache", "docker"],
"synapse": [