version update post release v1.2.2 (#1005)

This commit is contained in:
Chi Wang
2023-04-24 21:48:17 -07:00
committed by GitHub
parent fa5ccea862
commit f097c20f86
6 changed files with 14 additions and 12 deletions

View File

@@ -23,7 +23,7 @@
"\n",
"FLAML requires `Python>=3.7`. To run this notebook example, please install flaml with the [openai,blendsearch] option:\n",
"```bash\n",
"pip install flaml[openai,blendsearch]==1.2.1\n",
"pip install flaml[openai,blendsearch]==1.2.2\n",
"```"
]
},
@@ -40,7 +40,7 @@
},
"outputs": [],
"source": [
"# %pip install flaml[openai,blendsearch]==1.2.1 datasets"
"# %pip install flaml[openai,blendsearch]==1.2.2 datasets"
]
},
{

View File

@@ -23,7 +23,7 @@
"\n",
"FLAML requires `Python>=3.7`. To run this notebook example, please install flaml with the [autogen,blendsearch] option:\n",
"```bash\n",
"pip install flaml[autogen,blendsearch]==1.2.1\n",
"pip install flaml[autogen,blendsearch]==1.2.2\n",
"```"
]
},
@@ -40,7 +40,7 @@
},
"outputs": [],
"source": [
"# %pip install flaml[autogen,blendsearch]==1.2.1 datasets"
"# %pip install flaml[autogen,blendsearch]==1.2.2 datasets"
]
},
{

View File

@@ -21,7 +21,7 @@
"\n",
"FLAML requires `Python>=3.7`. To run this notebook example, please install flaml with the [autogen] option:\n",
"```bash\n",
"pip install flaml[autogen]==1.2.1\n",
"pip install flaml[autogen]==1.2.2\n",
"```"
]
},
@@ -38,7 +38,7 @@
},
"outputs": [],
"source": [
"# %pip install flaml[autogen]==1.2.1 datasets"
"# %pip install flaml[autogen]==1.2.2 datasets"
]
},
{

View File

@@ -21,7 +21,7 @@
"\n",
"FLAML requires `Python>=3.7`. To run this notebook example, please install flaml with the [openai] option:\n",
"```bash\n",
"pip install flaml[openai]==1.2.1\n",
"pip install flaml[openai]==1.2.2\n",
"```"
]
},
@@ -38,7 +38,7 @@
},
"outputs": [],
"source": [
"# %pip install flaml[openai]==1.2.1 datasets"
"# %pip install flaml[openai]==1.2.2 datasets"
]
},
{