Commit 62ebb446

Eduard van Valkenburg <eavanvalkenburg@users.noreply.github.com>
2023-03-02 01:33:52
Fixes for embedding requirements install (#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 cf8a275
Changed files (1)
setup.cfg
@@ -45,9 +45,9 @@ embeddings =
   scikit-learn >= 1.0.2  # Needed for embedding utils, versions >= 1.1 require python 3.8
   tenacity >= 8.0.1
   matplotlib
-  sklearn
   plotly
   numpy
+  scipy
   pandas >= 1.2.3  # Needed for CLI fine-tuning data preparation tool
   pandas-stubs >= 1.1.0.11  # Needed for type hints for mypy
   openpyxl >= 3.0.7  # Needed for CLI fine-tuning data preparation tool xlsx format