Skip to content

Commit 15b6354

Browse files
authored
Add missing dependencies (#126)
* Add missing dependencies * bump patch version
1 parent 09dc7ef commit 15b6354

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

openai/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.23.0"
1+
VERSION = "0.23.1"

setup.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@
2424
],
2525
extras_require={
2626
"dev": ["black~=21.6b0", "pytest==6.*"],
27+
"wandb": ["wandb"],
2728
"embeddings": [
28-
"scikit-learn>=1.0.2", # Needed for embedding utils, versions >= 1.1 require python 3.8
29-
"tenacity>=8.0.1"
29+
"scikit-learn>=1.0.2", # Needed for embedding utils, versions >= 1.1 require python 3.8
30+
"tenacity>=8.0.1",
31+
"matplotlib",
32+
"sklearn",
33+
"plotly",
3034
],
3135
},
3236
python_requires=">=3.7.1",

0 commit comments

Comments
 (0)