Skip to content

Commit a9ceeae

Browse files
fix: forgot scikit-learn and scipy in setup
1 parent 0e07b75 commit a9ceeae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ def run(self):
9999
'grandalf >= 0.8', # to print ascii graph
100100
'lazy-import >= 0.2.2',
101101
'py_ankiconnect >= 0.1.0', # DIY wrapper to tell anki to sync just in case
102+
'scikit-learn >= 1.5.1', # for semantic reordering
103+
'scipy >= 1.13.1', # for semantic reordering
102104

103105
# Loaders:
104106
'docx2txt >= 0.8', # word documents

0 commit comments

Comments
 (0)