From 8c6d60807d23f26055482246600ec5a0b45c1691 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 d080b5fd3e9..68dc54393f3 100644 --- a/setup.py +++ b/setup.py @@ -114,6 +114,7 @@ ], "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 76ad85c561a..a16d413d26b 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