Added extras for synapse (#916)

* Added extras for synapse

* Update Installation doc
This commit is contained in:
Li Jiang 2023-02-18 00:38:55 +08:00 committed by GitHub
parent 35ce9b79e8
commit 138eb78dbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -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",

View File

@ -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