We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09dc7ef commit 15b6354Copy full SHA for 15b6354
openai/version.py
@@ -1 +1 @@
1
-VERSION = "0.23.0"
+VERSION = "0.23.1"
setup.py
@@ -24,9 +24,13 @@
24
],
25
extras_require={
26
"dev": ["black~=21.6b0", "pytest==6.*"],
27
+ "wandb": ["wandb"],
28
"embeddings": [
- "scikit-learn>=1.0.2", # Needed for embedding utils, versions >= 1.1 require python 3.8
29
- "tenacity>=8.0.1"
+ "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",
34
35
},
36
python_requires=">=3.7.1",
0 commit comments