Skip to content

Commit e37b643

Browse files
Fixes for embedding requirements install (openai#227)
I noticed sklearn is in the install which is deprecated and scikit-learn is already in there as well, and scipy was missing.
1 parent 0f90baa commit e37b643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ embeddings =
4545
scikit-learn >= 1.0.2 # Needed for embedding utils, versions >= 1.1 require python 3.8
4646
tenacity >= 8.0.1
4747
matplotlib
48-
sklearn
4948
plotly
5049
numpy
50+
scipy
5151
pandas >= 1.2.3 # Needed for CLI fine-tuning data preparation tool
5252
pandas-stubs >= 1.1.0.11 # Needed for type hints for mypy
5353
openpyxl >= 3.0.7 # Needed for CLI fine-tuning data preparation tool xlsx format

0 commit comments

Comments
 (0)