From 138eb78dbcc89fffa3f60d1a5c7ecff3c356e7bc Mon Sep 17 00:00:00 2001 From: Li Jiang Date: Sat, 18 Feb 2023 00:38:55 +0800 Subject: [PATCH] Added extras for synapse (#916) * Added extras for synapse * Update Installation doc --- setup.py | 1 + website/docs/Installation.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/setup.py b/setup.py index d080b5fd3..68dc54393 100644 --- a/setup.py +++ b/setup.py @@ -114,6 +114,7 @@ setuptools.setup( ], "benchmark": ["catboost>=0.26", "psutil==5.8.0", "xgboost==1.3.3"], "openai": ["openai==0.23.1", "diskcache", "optuna==2.8.0"], + "synapse": ["joblibspark>=0.5.0", "optuna==2.8.0", "pyspark>=3.0.0"], }, classifiers=[ "Programming Language :: Python :: 3", diff --git a/website/docs/Installation.md b/website/docs/Installation.md index 76ad85c56..a16d413d2 100644 --- a/website/docs/Installation.md +++ b/website/docs/Installation.md @@ -81,6 +81,12 @@ pip install flaml[nni] pip install flaml[blendsearch] ``` +* synapse +> *To install flaml in Azure Synapse and similar cloud platform* +```bash +pip install flaml[synapse] +``` + #### Test and Benchmark * test